SecurityKeyIdentifier.CanCreateKey プロパティ

定義

少なくとも 1 つのキー識別句に対してキーを作成できるかどうかを示す値を取得します。

public:
 property bool CanCreateKey { bool get(); };
public bool CanCreateKey { get; }
member this.CanCreateKey : bool
Public ReadOnly Property CanCreateKey As Boolean

プロパティ値

少なくとも 1 つのキー識別句に対してキーを作成できる場合は true。それ以外の場合は false

適用対象