Class SsoOptions.TrustedIdentityProvider
Specifies a trusted identity provider
Implements
Inherited Members
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public class SsoOptions.TrustedIdentityProvider : ITrustedIdentityProvider
  Properties
Name
Gets or sets the optional name.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The optional name.  | 
      
ProviderID
Gets or sets the provider ID.
Declaration
public string ProviderID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The provider ID.  |