XpsSignatureDefinition.SpotLocation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置指定在 XML 纸张规范 (XPS) 文档中显示可见数字签名的位置。
public:
property System::Windows::Xps::Packaging::SpotLocation ^ SpotLocation { System::Windows::Xps::Packaging::SpotLocation ^ get(); void set(System::Windows::Xps::Packaging::SpotLocation ^ value); };
public System.Windows.Xps.Packaging.SpotLocation SpotLocation { get; set; }
member this.SpotLocation : System.Windows.Xps.Packaging.SpotLocation with get, set
Public Property SpotLocation As SpotLocation
属性值
一个 SpotLocation,表示对签名的可见请求在包中出现的位置。 默认值是 null
。
注解
有关 XML 纸张规范 (XPS) 包中的签名定义的元素的详细信息 SpotLocation
,请参阅 XML 纸张规范 (XPS) 规范中的第 10 章,可在 XPS:规范和许可证下载中获取。