SamlSecurityTokenHandler.CreateSecurityTokenReference Method

Definition

Creates the security token reference when the token is not attached to the message.

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

Parameters

token
SecurityToken

The SAML token.

attached
Boolean

A value that indicates whether an attached or unattached reference should be created.

Returns

A SecurityKeyIdentifierClause that represents the token reference. (An instance of SamlAssertionKeyIdentifierClause is actually returned.)

Exceptions

token is null.

Applies to