Share via


SamlAdvice Constructors

Definition

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()

Creates an instance of SamlAdvice.

public SamlAdvice ();
Public Sub New ()

Applies to

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

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

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

Applies to