AsymmetricSecurityKey.GetHashAlgorithmForSignature(String) 메서드

정의

파생 클래스에서 재정의되는 경우 디지털 서명에 대한 해시를 생성하는 암호화 알고리즘을 가져옵니다.

public:
 abstract System::Security::Cryptography::HashAlgorithm ^ GetHashAlgorithmForSignature(System::String ^ algorithm);
public abstract System.Security.Cryptography.HashAlgorithm GetHashAlgorithmForSignature(string algorithm);
abstract member GetHashAlgorithmForSignature : string -> System.Security.Cryptography.HashAlgorithm
Public MustOverride Function GetHashAlgorithmForSignature (algorithm As String) As HashAlgorithm

매개 변수

algorithm
String

해시 알고리즘입니다.

반품

디지털 서명에 대한 해시를 생성하는 A HashAlgorithm 입니다.

설명

클래스의 SecurityAlgorithms 정적 필드를 사용하여 알고리즘을 지정합니다.

적용 대상