CngKey.IsMachineKey プロパティ

定義

キーのスコープ (コンピューターまたはユーザー) を取得します。

public:
 property bool IsMachineKey { bool get(); };
public bool IsMachineKey { [System.Security.SecurityCritical] get; }
public bool IsMachineKey { get; }
[<get: System.Security.SecurityCritical>]
member this.IsMachineKey : bool
member this.IsMachineKey : bool
Public ReadOnly Property IsMachineKey As Boolean

プロパティ値

true キーがマシン全体で使用可能な場合。キーが現在のユーザー専用の場合に false します。

属性

適用対象