EncryptedSecurityToken.CreateKeyIdentifierClause<T> Método
Definição
Cria uma cláusula do identificador de chave do tipo especificado para o token.Creates a key identifier clause of the specified type for the token.
public:
generic <typename T>
where T : System::IdentityModel::Tokens::SecurityKeyIdentifierClause override T CreateKeyIdentifierClause();
public override T CreateKeyIdentifierClause<T> () where T : System.IdentityModel.Tokens.SecurityKeyIdentifierClause;
override this.CreateKeyIdentifierClause : unit -> 'T (requires 'T :> System.IdentityModel.Tokens.SecurityKeyIdentifierClause)
Public Overrides Function CreateKeyIdentifierClause(Of T As SecurityKeyIdentifierClause) () As T
Parâmetros de tipo
- T
O tipo da cláusula de identificador de chave a ser criada.The type of the key identifier clause to create.
Retornos
- T
Uma cláusula de identificador de chave do tipo especificado.A key identifier clause of the specified type.