SamlEvidence 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
SamlEvidence(IEnumerable<SamlAssertion>) |
Initializes a new instance of SamlEvidence class from a SamlAssertion. |
SamlEvidence(IEnumerable<String>) |
Initializes a new instance of SamlEvidence class from a SamlAssertion. |
SamlEvidence(IEnumerable<String>, IEnumerable<SamlAssertion>) |
Initializes a new instance of SamlEvidence class from a SamlAssertion. |
SamlEvidence(IEnumerable<SamlAssertion>)
Initializes a new instance of SamlEvidence class from a SamlAssertion.
public SamlEvidence (System.Collections.Generic.IEnumerable<Microsoft.IdentityModel.Tokens.Saml.SamlAssertion> assertions);
new Microsoft.IdentityModel.Tokens.Saml.SamlEvidence : seq<Microsoft.IdentityModel.Tokens.Saml.SamlAssertion> -> Microsoft.IdentityModel.Tokens.Saml.SamlEvidence
Public Sub New (assertions As IEnumerable(Of SamlAssertion))
Parameters
- assertions
- IEnumerable<SamlAssertion>
Applies to
SamlEvidence(IEnumerable<String>)
Initializes a new instance of SamlEvidence class from a SamlAssertion.
public SamlEvidence (System.Collections.Generic.IEnumerable<string> assertionIDReferences);
new Microsoft.IdentityModel.Tokens.Saml.SamlEvidence : seq<string> -> Microsoft.IdentityModel.Tokens.Saml.SamlEvidence
Public Sub New (assertionIDReferences As IEnumerable(Of String))
Parameters
- assertionIDReferences
- IEnumerable<String>
Applies to
SamlEvidence(IEnumerable<String>, IEnumerable<SamlAssertion>)
Initializes a new instance of SamlEvidence class from a SamlAssertion.
public SamlEvidence (System.Collections.Generic.IEnumerable<string> assertionIDReferences, System.Collections.Generic.IEnumerable<Microsoft.IdentityModel.Tokens.Saml.SamlAssertion> assertions);
new Microsoft.IdentityModel.Tokens.Saml.SamlEvidence : seq<string> * seq<Microsoft.IdentityModel.Tokens.Saml.SamlAssertion> -> Microsoft.IdentityModel.Tokens.Saml.SamlEvidence
Public Sub New (assertionIDReferences As IEnumerable(Of String), assertions As IEnumerable(Of SamlAssertion))
Parameters
- assertionIDReferences
- IEnumerable<String>
- assertions
- IEnumerable<SamlAssertion>