Interface ITrustedIdentityProvider
Specifies a trusted identity provider
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public interface ITrustedIdentityProvider
Properties
Name
Gets or sets the optional name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The optional name. |
ProviderID
Gets or sets the provider ID.
Declaration
string ProviderID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The provider ID. |