Saml2Evidence 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
Saml2Evidence() |
Initializes a new instance of Saml2Evidence class. |
Saml2Evidence(Saml2Assertion) |
Initializes a new instance of Saml2Evidence class from a Saml2Assertion. |
Saml2Evidence(Saml2Id) |
Initializes a new instance of Saml2Evidence class from a Saml2Id. |
Saml2Evidence(Uri) |
Initializes a new instance of Saml2Evidence class from a Uri. |
Saml2Evidence()
Initializes a new instance of Saml2Evidence class.
public Saml2Evidence ();
Public Sub New ()
Applies to
Saml2Evidence(Saml2Assertion)
Initializes a new instance of Saml2Evidence class from a Saml2Assertion.
public Saml2Evidence (Microsoft.IdentityModel.Tokens.Saml2.Saml2Assertion assertion);
new Microsoft.IdentityModel.Tokens.Saml2.Saml2Evidence : Microsoft.IdentityModel.Tokens.Saml2.Saml2Assertion -> Microsoft.IdentityModel.Tokens.Saml2.Saml2Evidence
Public Sub New (assertion As Saml2Assertion)
Parameters
- assertion
- Saml2Assertion
Saml2Assertion containing the evidence.
Exceptions
if assertion
is null.
Applies to
Saml2Evidence(Saml2Id)
Initializes a new instance of Saml2Evidence class from a Saml2Id.
public Saml2Evidence (Microsoft.IdentityModel.Tokens.Saml2.Saml2Id idReference);
new Microsoft.IdentityModel.Tokens.Saml2.Saml2Evidence : Microsoft.IdentityModel.Tokens.Saml2.Saml2Id -> Microsoft.IdentityModel.Tokens.Saml2.Saml2Evidence
Public Sub New (idReference As Saml2Id)
Parameters
Exceptions
if idReference
is null.
Applies to
Saml2Evidence(Uri)
Initializes a new instance of Saml2Evidence class from a Uri.
public Saml2Evidence (Uri uriReference);
new Microsoft.IdentityModel.Tokens.Saml2.Saml2Evidence : Uri -> Microsoft.IdentityModel.Tokens.Saml2.Saml2Evidence
Public Sub New (uriReference As Uri)
Parameters
Exceptions
if uriReference
is null.