ECDsa.SignHashCore(ReadOnlySpan<Byte>, DSASignatureFormat) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以指定的格式計算指定哈希值的 ECDSA 簽章。
protected:
virtual cli::array <System::Byte> ^ SignHashCore(ReadOnlySpan<System::Byte> hash, System::Security::Cryptography::DSASignatureFormat signatureFormat);
protected virtual byte[] SignHashCore (ReadOnlySpan<byte> hash, System.Security.Cryptography.DSASignatureFormat signatureFormat);
abstract member SignHashCore : ReadOnlySpan<byte> * System.Security.Cryptography.DSASignatureFormat -> byte[]
override this.SignHashCore : ReadOnlySpan<byte> * System.Security.Cryptography.DSASignatureFormat -> byte[]
Protected Overridable Function SignHashCore (hash As ReadOnlySpan(Of Byte), signatureFormat As DSASignatureFormat) As Byte()
參數
- hash
- ReadOnlySpan<Byte>
要簽署的哈希值。
- signatureFormat
- DSASignatureFormat
用於簽章的編碼格式。
傳回
Byte[]
指定資料的 ECDSA 簽章。
例外狀況
簽署作業發生錯誤。