DSA.CreateSignatureCore(ReadOnlySpan<Byte>, DSASignatureFormat) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Creates the DSA signature for the specified hash value in the indicated format.

C#
protected virtual byte[] CreateSignatureCore(ReadOnlySpan<byte> hash, System.Security.Cryptography.DSASignatureFormat signatureFormat);

Parameters

hash
ReadOnlySpan<Byte>

The hash value to sign.

signatureFormat
DSASignatureFormat

The encoding format to use for the signature.

Returns

Byte[]

The DSA signature for the specified data.

Exceptions

An error occurred in the signing operation.

Applies to

Proizvod Verzije
.NET 5, 6, 7, 8, 9, 10