CngKey.KeyName Property

Definition

Gets the name of the key.

public:
 property System::String ^ KeyName { System::String ^ get(); };
public string KeyName { get; }
public string? KeyName { get; }
public string KeyName { [System.Security.SecurityCritical] get; }
member this.KeyName : string
[<get: System.Security.SecurityCritical>]
member this.KeyName : string
Public ReadOnly Property KeyName As String

Property Value

The name of the key. If the key is ephemeral, the value is null.

Attributes

Applies to