共用方式為


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

這個執行個體只表示公開金鑰。

-或-

建立簽章期間發生錯誤。

適用於