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