PackageDigitalSignature.Signature 属性

定义

获取或设置 XML 数字签名。

public:
 property System::Security::Cryptography::Xml::Signature ^ Signature { System::Security::Cryptography::Xml::Signature ^ get(); void set(System::Security::Cryptography::Xml::Signature ^ value); };
public System.Security.Cryptography.Xml.Signature Signature { get; set; }
member this.Signature : System.Security.Cryptography.Xml.Signature with get, set
Public Property Signature As Signature

属性值

XML 数字签名。

例外

数字 Signature 已被删除。

注解

Signature 提供对基础类的访问,该类执行特定于类型的签名加密函数,以及从 PackagePart 托管签名的 进行序列化。

适用于