Signature.SignatureValue Property
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.