Saml2SecurityKeyIdentifierClause(Saml2Assertion) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Saml2SecurityKeyIdentifierClause class.
public:
Saml2SecurityKeyIdentifierClause(System::IdentityModel::Tokens::Saml2Assertion ^ assertion);
public Saml2SecurityKeyIdentifierClause (System.IdentityModel.Tokens.Saml2Assertion assertion);
new System.IdentityModel.Tokens.Saml2SecurityKeyIdentifierClause : System.IdentityModel.Tokens.Saml2Assertion -> System.IdentityModel.Tokens.Saml2SecurityKeyIdentifierClause
Public Sub New (assertion As Saml2Assertion)
Parameters
- assertion
- Saml2Assertion
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.