Share via


WsFederationMessage Constructors

Definition

Overloads

WsFederationMessage()

Initializes a new instance of the WsFederationMessage class.

WsFederationMessage(WsFederationMessage)

Initializes a new instance of the WsFederationMessage class.

WsFederationMessage(IEnumerable<KeyValuePair<String,String[]>>)

Initializes a new instance of the WsFederationMessage class.

WsFederationMessage()

Initializes a new instance of the WsFederationMessage class.

public WsFederationMessage ();
Public Sub New ()

Applies to

WsFederationMessage(WsFederationMessage)

Initializes a new instance of the WsFederationMessage class.

public WsFederationMessage (Microsoft.IdentityModel.Protocols.WsFederation.WsFederationMessage wsFederationMessage);
new Microsoft.IdentityModel.Protocols.WsFederation.WsFederationMessage : Microsoft.IdentityModel.Protocols.WsFederation.WsFederationMessage -> Microsoft.IdentityModel.Protocols.WsFederation.WsFederationMessage
Public Sub New (wsFederationMessage As WsFederationMessage)

Parameters

wsFederationMessage
WsFederationMessage

message to copy.

Applies to

WsFederationMessage(IEnumerable<KeyValuePair<String,String[]>>)

Initializes a new instance of the WsFederationMessage class.

public WsFederationMessage (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string[]>> parameters);
new Microsoft.IdentityModel.Protocols.WsFederation.WsFederationMessage : seq<System.Collections.Generic.KeyValuePair<string, string[]>> -> Microsoft.IdentityModel.Protocols.WsFederation.WsFederationMessage
Public Sub New (parameters As IEnumerable(Of KeyValuePair(Of String, String())))

Parameters

parameters
IEnumerable<KeyValuePair<String,String[]>>

Enumeration of key value pairs.

Applies to