ECDsa.SignHashCore(ReadOnlySpan<Byte>, DSASignatureFormat) メソッド

定義

指定した形式で、指定したハッシュ値の 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 署名。

例外

署名操作で発生したエラー。

適用対象