SignedXml.SigningKeyName 属性

定义

获取或设置要用于对对象进行签名的 SignedXml 已安装密钥的名称。

public:
 property System::String ^ SigningKeyName { System::String ^ get(); void set(System::String ^ value); };
public string? SigningKeyName { get; set; }
public string SigningKeyName { get; set; }
member this.SigningKeyName : string with get, set
Public Property SigningKeyName As String

属性值

要用于对对象进行签名的 SignedXml 已安装密钥的名称。

适用于