SymmetricKeyEncryption Members

Include Protected Members
Include Inherited Members

The SymmetricKeyEncryption class represents the encryption type used when encrypting symmetric keys.

The SymmetricKeyEncryption type exposes the following members.

Constructors

  Name Description
Public method SymmetricKeyEncryption() Initializes a new instance of the SymmetricKeyEncryption class.
Public method SymmetricKeyEncryption(KeyEncryptionType, String) Initializes a new instance of the SymmetricKeyEncryption class with the specified encryption type and with the specified value.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Public field KeyEncryptionType Gets or sets the key encryption type.

Top

Properties

  Name Description
Public property ObjectNameOrPassword Gets or sets the object name or the password associated with the symmetric key encryption.

Top