Compartir a través de


SecurityTokenDescriptor.AttachedReference Propiedad

Definición

Obtiene o establece la cláusula de identificador de clave cuando el token se adjunta al mensaje.

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 de propiedad

Cláusula de identificador de clave.

Se aplica a