SecurityKeyIdentifier.CanCreateKey 속성

정의

키 식별자 절 중 최소한 하나에 대해 키를 만들 수 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

키 식별자 절 중 최소한 하나에 대해 키를 만들 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상