SecurityKeyIdentifierClause.CanCreateKey Propriedade
Definição
Obtém um valor que indica se uma chave pode ser criada.Gets a value that indicates whether a key can be created.
public:
virtual property bool CanCreateKey { bool get(); };
public virtual bool CanCreateKey { get; }
member this.CanCreateKey : bool
Public Overridable ReadOnly Property CanCreateKey As Boolean
Valor da propriedade
true se uma chave puder ser criada; caso contrário, false .true if a key can be created; otherwise, false. O padrão é false.The default is false.
Comentários
Quando uma chave pode ser criada usando os parâmetros passados para um construtor, substitua o CanCreateKey método para retornar true e implementar o CreateKey método.When a key can be created using the parameters passed into a constructor, override the CanCreateKey method to return true and implement the CreateKey method.