Signature.SignatureValue 属性

定义

获取或设置数字签名的值。

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()

属性值

Byte[]

一个包含数字签名的值的字节数组。

注解

属性 SignatureValue 使用字节数组来表示 <SignatureValue> 包含的 XML 数字签名的元素。

有关 XML 数字签名的详细信息,请参阅 W3C 规范

适用于

另请参阅