ECDsa.SignHashCore(ReadOnlySpan<Byte>, DSASignatureFormat) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen karma değerin ECDSA imzasını belirtilen biçimde hesaplar.
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()
Parametreler
- hash
- ReadOnlySpan<Byte>
İmzalanacağı karma değeri.
- signatureFormat
- DSASignatureFormat
İmza için kullanılacak kodlama biçimi.
Döndürülenler
Belirtilen veriler için ECDSA imzası.
Özel durumlar
İmzalama işleminde bir hata oluştu.