BinarySecretKeyIdentifierClause.CanCreateKey 属性
定义
获取一个值,该值指示该类实例是否可以创建安全密钥。Gets a value that indicates whether this instance of the class can create a security key.
public:
virtual property bool CanCreateKey { bool get(); };
public override bool CanCreateKey { get; }
member this.CanCreateKey : bool
Public Overrides ReadOnly Property CanCreateKey As Boolean
属性值
总是为 true。Always true.