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입니다.

적용 대상