CngKey.IsMachineKey 속성

정의

키의 범위(컴퓨터 또는 사용자)를 가져옵니다.

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

속성 값

Boolean

컴퓨터 전체에서 키를 사용할 수 있으면 true이고, 현재 사용자만 키를 사용할 수 있으면 false입니다.

특성

적용 대상