CngKey.KeyName Propriedade
Definição
Obtém o nome da chave.Gets the name of the key.
public:
property System::String ^ KeyName { System::String ^ get(); };
public string KeyName { get; }
public string? KeyName { get; }
[get: System.Security.SecurityCritical]
public string KeyName { get; }
member this.KeyName : string
[<get: System.Security.SecurityCritical>]
member this.KeyName : string
Public ReadOnly Property KeyName As String
Valor da propriedade
O nome da chave.The name of the key. Se a chave for efêmera, o valor será null .If the key is ephemeral, the value is null.
- Atributos