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