SseCHeaderKeyBase64 Property |
Key used in the SSE-C encryption/decryption mode. The key is used to encrypt and decrypt an object. The value is a Base64-encoded key.
Namespace:
OBS.Model
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntaxpublic string KeyBase64 { get; set; }
Property Value
Type:
String
Remarks
Optional parameter, which cannot be used with "Key".
See Also