Saml2Assertion(Saml2NameIdentifier) 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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.