Compartir a través de


ManagedAuthenticatedEncryptorConfiguration.EncryptionAlgorithmType Propiedad

Definición

Tipo del algoritmo que se va a usar para el cifrado simétrico. El tipo debe subclase SymmetricAlgorithm. Esta propiedad es necesaria para tener un valor.

public:
 property Type ^ EncryptionAlgorithmType { Type ^ get(); void set(Type ^ value); };
public Type EncryptionAlgorithmType { get; set; }
member this.EncryptionAlgorithmType : Type with get, set
Public Property EncryptionAlgorithmType As Type

Valor de propiedad

Comentarios

El algoritmo debe admitir el cifrado de estilo CBC y el relleno PKCS#7 y debe tener un tamaño de bloque de 64 bits o superior. El algoritmo predeterminado es AES.

Se aplica a