ManagedAuthenticatedEncryptionSettings.ValidationAlgorithmType Propiedad

Definición

Tipo del algoritmo que se va a utilizar para la validación. El tipo type debe ser una subclase KeyedHashAlgorithm . Esta propiedad debe tener un valor.

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

Valor de propiedad

Type

Comentarios

El algoritmo debe tener una longitud de síntesis de 128 bits o superior. El algoritmo predeterminado es HMACSHA256.

Se aplica a