Click or drag to resize

SseCHeaderKey Property

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.19.7.1 (3.19.7.1)
Syntax
C#
public byte[] Key { get; set; }

Property Value

Type: Byte
Remarks

Optional parameter, which cannot be used with "KeyBase64".

See Also