Click or drag to resize

SseCHeader Class

SSE-C encryption/decryption headers
Inheritance Hierarchy
SystemObject
  OBS.ModelSseCHeader

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public class SseCHeader : SseHeader

The SseCHeader type exposes the following members.

Constructors
  NameDescription
Public methodSseCHeader
Initializes a new instance of the SseCHeader class
Top
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