다음을 통해 공유


RsaSecurityKey.GetHashAlgorithmForSignature(String) 메서드

정의

디지털 서명에 대한 해시를 생성하는 암호화 알고리즘을 가져옵니다.

public:
 override System::Security::Cryptography::HashAlgorithm ^ GetHashAlgorithmForSignature(System::String ^ algorithm);
public override System.Security.Cryptography.HashAlgorithm GetHashAlgorithmForSignature (string algorithm);
override this.GetHashAlgorithmForSignature : string -> System.Security.Cryptography.HashAlgorithm
Public Overrides Function GetHashAlgorithmForSignature (algorithm As String) As HashAlgorithm

매개 변수

algorithm
String

해시 알고리즘입니다. 지원되는 알고리즘은 RsaSha1Signature입니다.

반환

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

예외

algorithm은 지원되지 않습니다. 지원되는 알고리즘은 RsaSha1Signature입니다.

적용 대상