Signature.SignatureValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定數位簽章的值。
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 規格。