SamlSecurityKeyIdentifierClause(SamlAssertion) Constructor

Definition

Initializes a new instance of the SamlSecurityKeyIdentifierClause class.

public:
 SamlSecurityKeyIdentifierClause(System::IdentityModel::Tokens::SamlAssertion ^ assertion);
public SamlSecurityKeyIdentifierClause (System.IdentityModel.Tokens.SamlAssertion assertion);
new System.IdentityModel.Tokens.SamlSecurityKeyIdentifierClause : System.IdentityModel.Tokens.SamlAssertion -> System.IdentityModel.Tokens.SamlSecurityKeyIdentifierClause
Public Sub New (assertion As SamlAssertion)

Parameters

assertion
SamlAssertion

The assertion that is currently being processed. Sets the value of the Assertion property.

Remarks

The assertion can be queried to obtain information about the issuer when resolving the key needed to check the signature. The assertion will be read completely when this clause is passed to the SecurityTokenResolver object.

Applies to