SignedXml.SigningKeyName Property

Definition

Gets or sets the name of the installed key to be used for signing the SignedXml object.

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

Property Value

The name of the installed key to be used for signing the SignedXml object.

Applies to