PackageDigitalSignature.Signature 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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 托管签名的 进行序列化。