CngKey.KeyName プロパティ

定義

キーの名前を取得します。

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

プロパティ値

キーの名前です。 短期キーの場合、この値は null です。

属性

適用対象