Click or drag to resize

SseCHeader Properties

The SseCHeader type exposes the following members.

Properties
  NameDescription
Public propertyAlgorithm
SSE-C encryption/decryption algorithm
Public propertyKey
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.
Public propertyKeyBase64
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.
Top
See Also