WsFederationMessage 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
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.