Class SSOOptions.TrustedIdentityProvider
Specifies a trusted identity provider.
Inherited Members
Namespace: ComponentSpace.SAML2
Assembly: ComponentSpace.Saml2.dll
Syntax
public class SSOOptions.TrustedIdentityProvider
Constructors
TrustedIdentityProvider()
Initializes a new instance of the TrustedIdentityProvider
class.
Declaration
public TrustedIdentityProvider()
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. |