Sdílet prostřednictvím


SamlSecurityTokenHandler.CreateSecurityTokenReference Metoda

Definice

Vytvoří odkaz na token zabezpečení, pokud token není připojen ke zprávě.

public:
 override System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ CreateSecurityTokenReference(System::IdentityModel::Tokens::SecurityToken ^ token, bool attached);
public override System.IdentityModel.Tokens.SecurityKeyIdentifierClause CreateSecurityTokenReference (System.IdentityModel.Tokens.SecurityToken token, bool attached);
override this.CreateSecurityTokenReference : System.IdentityModel.Tokens.SecurityToken * bool -> System.IdentityModel.Tokens.SecurityKeyIdentifierClause
Public Overrides Function CreateSecurityTokenReference (token As SecurityToken, attached As Boolean) As SecurityKeyIdentifierClause

Parametry

token
SecurityToken

Token SAML.

attached
Boolean

Hodnota, která označuje, zda má být vytvořen připojený nebo nepřipojený odkaz.

Návraty

A SecurityKeyIdentifierClause , který představuje odkaz na token. (Instance je SamlAssertionKeyIdentifierClause skutečně vrácena.)

Výjimky

token je null.

Platí pro