ManagedAuthenticatedEncryptorConfiguration.ValidationAlgorithmType Property

Definition

The type of the algorithm to use for validation. Type type must subclass KeyedHashAlgorithm. This property is required to have a value.

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

Property Value

Remarks

The algorithm must have a digest length of 128 bits or greater. The default algorithm is HMACSHA256.

Applies to