SignedXml.SignatureValue Property

Definition

Gets the signature value of the current SignedXml object.

C#
public byte[]? SignatureValue { get; }
C#
public byte[] SignatureValue { get; }

Property Value

Byte[]

A byte array that contains the signature value of the current SignedXml object.

Remarks

The SignatureValue property represents the <SignatureValue> element of an XML digital signature using an array of bytes contained within the property. The <SignatureValue> element is a subelement of the <Signature> element.

Use the SignatureValue property to retrieve the value of the XML digital signature. This property is automatically populated when you make a successful call to the ComputeSignature method.

For more information about the <SignatureValue> element, see the XMLDSIG specification.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10