다음을 통해 공유


RsaSecurityKey.GetSignatureFormatter(String) 메서드

정의

디지털 서명에 대한 포맷터 알고리즘을 가져옵니다.

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

매개 변수

algorithm
String

인스턴스를 가져올 디지털 서명에 대한 포맷터 알고리즘입니다. 지원되는 알고리즘은 RsaSha1Signature입니다.

반환

디지털 서명에 대한 포맷터 알고리즘을 나타내는 AsymmetricSignatureDeformatter입니다.

예외

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

적용 대상