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.

반품

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

예외

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

적용 대상