Saml2Assertion(Saml2NameIdentifier) Constructor

Definition

Initializes a new instance of the Saml2Assertion class with the specified issuer.

public:
 Saml2Assertion(System::IdentityModel::Tokens::Saml2NameIdentifier ^ issuer);
public Saml2Assertion (System.IdentityModel.Tokens.Saml2NameIdentifier issuer);
new System.IdentityModel.Tokens.Saml2Assertion : System.IdentityModel.Tokens.Saml2NameIdentifier -> System.IdentityModel.Tokens.Saml2Assertion
Public Sub New (issuer As Saml2NameIdentifier)

Parameters

issuer
Saml2NameIdentifier

A Saml2NameIdentifier that specifies the SAML authority that is making the claim(s) in the assertion. [Saml2Core, 2.3.3].

Exceptions

issuer is null.

Remarks

The IssueInstant property is set to the value of the DateTime.UtcNow property.

Applies to