ECDsaOpenSsl.SignHash(Byte[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生指定雜湊值的數位簽章。
public:
override cli::array <System::Byte> ^ SignHash(cli::array <System::Byte> ^ hash);
public override byte[] SignHash (byte[] hash);
override this.SignHash : byte[] -> byte[]
Public Overrides Function SignHash (hash As Byte()) As Byte()
參數
- hash
- Byte[]
要簽署之資料的雜湊值。
傳回
Byte[]
指定雜湊值的數位簽章。
例外狀況
hash
參數為 null
。