ManagedAuthenticatedEncryptorConfiguration.ValidationAlgorithmType 属性

定义

用于验证的算法的类型。 类型类型必须子类 KeyedHashAlgorithm。 此属性必须具有值。

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

属性值

注解

该算法的摘要长度必须为 128 位或更大。 默认算法为 HMACSHA256。

适用于