SecurityKeyIdentifierClause.CanCreateKey 속성

정의

키를 만들 수 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

키를 만들 수 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

생성자에 전달된 매개 변수를 사용하여 키를 만들 수 있는 경우 메서드를 재정의 CanCreateKey 하여 메서드를 반환 true 하고 구현합니다 CreateKey .

적용 대상