DSAOpenSsl.CreateSignature(Byte[]) 메서드

정의

파생 클래스에서 재정의되는 경우 지정된 해시 값에 대한 서명을 만듭니다 DSA .

public:
 override cli::array <System::Byte> ^ CreateSignature(cli::array <System::Byte> ^ rgbHash);
public override byte[] CreateSignature(byte[] rgbHash);
override this.CreateSignature : byte[] -> byte[]
Public Overrides Function CreateSignature (rgbHash As Byte()) As Byte()

매개 변수

rgbHash
Byte[]

반품

Byte[]

지정된 해시 값의 디지털 서명입니다.

예외

rgbHashnull입니다.

이 인스턴스는 공개 키만 나타냅니다.

-또는-

서명을 만드는 동안 오류가 발생했습니다.

적용 대상