Signature.SignatureValue Property

Definition

Gets or sets the value of the digital signature.

public:
 property cli::array <System::Byte> ^ SignatureValue { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] SignatureValue { get; set; }
public byte[]? SignatureValue { get; set; }
member this.SignatureValue : byte[] with get, set
Public Property SignatureValue As Byte()

Property Value

Byte[]

A byte array that contains the value of the digital signature.

Remarks

The SignatureValue property uses a byte array to represent the <SignatureValue> element of an XML digital signature contained within.

For more information about XML digital signatures, see the W3C specification.

Applies to

See also