SignedXml.SignatureMethod 属性

定义

获取当前 SignedXml 对象的签名方法。

public:
 property System::String ^ SignatureMethod { System::String ^ get(); };
public string SignatureMethod { get; }
public string? SignatureMethod { get; }
member this.SignatureMethod : string
Public ReadOnly Property SignatureMethod As String

属性值

当前 SignedXml 对象的签名方法。

注解

属性 SignatureMethod 使用统一资源标识符 (URI) 属性中包含的字符串表示 <SignatureMethod> XML 数字签名的元素。 元素 <SignatureMethod> 是 元素的 <SignedInfo> 子元素。

SignatureMethod使用 属性检索 <SignatureMethod> 对象使用的 SignedXml URI。 此属性为只读属性。 有关以编程方式为 <SignatureMethod> 元素指定 URI 的详细信息,请参阅 SignatureMethod 属性。

有关 元素的详细信息 <SignatureMethod> ,请参阅 XMLDSIG 规范

适用于