다음을 통해 공유


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

해시 알고리즘입니다.

반환

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

설명

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

적용 대상