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