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 对象进行签名的已安装密钥的名称。

适用于