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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.