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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.