SecurityTokenDescriptor.AttachedReference Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define a cláusula de identificador de chave quando o token é anexado à mensagem.
public:
property System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ AttachedReference { System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ get(); void set(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ value); };
public System.IdentityModel.Tokens.SecurityKeyIdentifierClause AttachedReference { get; set; }
member this.AttachedReference : System.IdentityModel.Tokens.SecurityKeyIdentifierClause with get, set
Public Property AttachedReference As SecurityKeyIdentifierClause
Valor da propriedade
A cláusula de identificador de chave.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.