Reference.DigestValue Property
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 digest value of the current Reference.
public:
property cli::array <System::Byte> ^ DigestValue { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[]? DigestValue { get; set; }
public byte[] DigestValue { get; set; }
member this.DigestValue : byte[] with get, set
Public Property DigestValue As Byte()
The digest value of the current Reference.
The DigestValue property uses an array of bytes to represent the <DigestValue>
element of an XML digital signature.
The DigestValue property contains the Base 64 encoded value of the digest of the object described by the Uri property.
The DigestValue property is automatically populated with the appropriate value whenever you make a call to ComputeSignature.
For more information about XML digital signatures, see the W3C specification.
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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: