Saml2Subject Constructors
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.
Overloads
Saml2Subject(Saml2NameIdentifier) |
Initializes an instance of Saml2Subject from a Saml2NameIdentifier. |
Saml2Subject(Saml2SubjectConfirmation) |
Initializes an instance of Saml2Subject from a Saml2SubjectConfirmation. |
Saml2Subject(Saml2NameIdentifier)
Initializes an instance of Saml2Subject from a Saml2NameIdentifier.
public Saml2Subject (Microsoft.IdentityModel.Tokens.Saml2.Saml2NameIdentifier nameId);
new Microsoft.IdentityModel.Tokens.Saml2.Saml2Subject : Microsoft.IdentityModel.Tokens.Saml2.Saml2NameIdentifier -> Microsoft.IdentityModel.Tokens.Saml2.Saml2Subject
Public Sub New (nameId As Saml2NameIdentifier)
Parameters
- nameId
- Saml2NameIdentifier
The Saml2NameIdentifier to use for initialization.
Applies to
Saml2Subject(Saml2SubjectConfirmation)
Initializes an instance of Saml2Subject from a Saml2SubjectConfirmation.
public Saml2Subject (Microsoft.IdentityModel.Tokens.Saml2.Saml2SubjectConfirmation subjectConfirmation);
new Microsoft.IdentityModel.Tokens.Saml2.Saml2Subject : Microsoft.IdentityModel.Tokens.Saml2.Saml2SubjectConfirmation -> Microsoft.IdentityModel.Tokens.Saml2.Saml2Subject
Public Sub New (subjectConfirmation As Saml2SubjectConfirmation)
Parameters
- subjectConfirmation
- Saml2SubjectConfirmation
The Saml2SubjectConfirmation to use for initialization.