MicrosoftgraphsamlOrWsFedProvider 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
MicrosoftgraphsamlOrWsFedProvider() | |
MicrosoftgraphsamlOrWsFedProvider(IDictionary<String,Object>, String, String, String, String, String, String, String) |
MicrosoftgraphsamlOrWsFedProvider()
public MicrosoftgraphsamlOrWsFedProvider ();
Public Sub New ()
Applies to
MicrosoftgraphsamlOrWsFedProvider(IDictionary<String,Object>, String, String, String, String, String, String, String)
public MicrosoftgraphsamlOrWsFedProvider (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string id = default, string displayName = default, string issuerUri = default, string metadataExchangeUri = default, string passiveSignInUri = default, string preferredAuthenticationProtocol = default, string signingCertificate = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphsamlOrWsFedProvider : System.Collections.Generic.IDictionary<string, obj> * string * string * string * string * string * string * string -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphsamlOrWsFedProvider
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional id As String = Nothing, Optional displayName As String = Nothing, Optional issuerUri As String = Nothing, Optional metadataExchangeUri As String = Nothing, Optional passiveSignInUri As String = Nothing, Optional preferredAuthenticationProtocol As String = Nothing, Optional signingCertificate As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- id
- String
- displayName
- String
- issuerUri
- String
- metadataExchangeUri
- String
- passiveSignInUri
- String
- preferredAuthenticationProtocol
- String
- signingCertificate
- String