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.
Creates an instance of a Saml2Assertion.
public Saml2Assertion (Microsoft.IdentityModel.Tokens.Saml2.Saml2NameIdentifier issuer);
new Microsoft.IdentityModel.Tokens.Saml2.Saml2Assertion : Microsoft.IdentityModel.Tokens.Saml2.Saml2NameIdentifier -> Microsoft.IdentityModel.Tokens.Saml2.Saml2Assertion
Public Sub New (issuer As Saml2NameIdentifier)
Parameters
- issuer
- Saml2NameIdentifier
Issuer of the assertion.