EncryptedSecurityToken.CanCreateKeyIdentifierClause<T> Método
Definição
Obtém um valor que indica se o token pode criar uma cláusula de identificador de chave do tipo especificado.Gets a value that indicates whether the token can create a key identifier clause of the specified type.
public:
generic <typename T>
where T : System::IdentityModel::Tokens::SecurityKeyIdentifierClause override bool CanCreateKeyIdentifierClause();
public override bool CanCreateKeyIdentifierClause<T> () where T : System.IdentityModel.Tokens.SecurityKeyIdentifierClause;
override this.CanCreateKeyIdentifierClause : unit -> bool (requires 'T :> System.IdentityModel.Tokens.SecurityKeyIdentifierClause)
Public Overrides Function CanCreateKeyIdentifierClause(Of T As SecurityKeyIdentifierClause) () As Boolean
Parâmetros de tipo
- T
O tipo da cláusula de identificador de chave.The type of the key identifier clause.
Retornos
true se o token pode criar uma cláusula de identificador de chave do tipo especificado; caso contrário, false.true if the token can create a key identifier clause of the specified type; otherwise, false.
Comentários
Herdado de SecurityToken.Inherited from SecurityToken.