DSA.GetMaxSignatureSize(DSASignatureFormat) 메서드

정의

이 키에서 생성된 서명의 가장 큰 크기(바이트)를 지정된 형식으로 가져옵니다.

public:
 int GetMaxSignatureSize(System::Security::Cryptography::DSASignatureFormat signatureFormat);
public int GetMaxSignatureSize(System.Security.Cryptography.DSASignatureFormat signatureFormat);
member this.GetMaxSignatureSize : System.Security.Cryptography.DSASignatureFormat -> int
Public Function GetMaxSignatureSize (signatureFormat As DSASignatureFormat) As Integer

매개 변수

signatureFormat
DSASignatureFormat

서명의 인코딩 형식입니다.

반품

이 키에서 생성된 서명의 가장 큰 크기(바이트)입니다.

예외

signatureFormat 가 알려진 형식이 아닙니다.

적용 대상