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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.