Compartir a través de


SymmetricKeyEncryption Miembros

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

El tipo SymmetricKeyEncryption expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico SymmetricKeyEncryption() () () () Initializes a new instance of the SymmetricKeyEncryption class.
Método publico SymmetricKeyEncryption(KeyEncryptionType, String) Initializes a new instance of the SymmetricKeyEncryption class with the specified encryption type and with the specified value.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Campos

  Nombre Descripción
Campo público KeyEncryptionType Gets or sets the key encryption type.

Principio

Propiedades

  Nombre Descripción
Propiedad pública ObjectNameOrPassword Gets or sets the object name or the password associated with the symmetric key encryption.

Principio