Signature.SignatureValue 属性
定义
获取或设置数字签名的值。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; }
member this.SignatureValue : byte[] with get, set
Public Property SignatureValue As Byte()
属性值
- Byte[]
一个包含数字签名的值的字节数组。A byte array that contains the value of the digital signature.
注解
SignatureValue属性使用字节数组表示 <SignatureValue> 包含在中的 XML 数字签名的元素。The SignatureValue property uses a byte array to represent the <SignatureValue> element of an XML digital signature contained within.
有关 XML 数字签名的详细信息,请参阅W3C 规范。For more information about XML digital signatures, see the W3C specification.