Class SsoOptions.TrustedIdentityProvider
Specifies a trusted identity provider
Inheritance
System.Object
SsoOptions.TrustedIdentityProvider
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public class TrustedIdentityProvider : ITrustedIdentityProvider
Properties
Name
Gets or sets the optional name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The optional name. |
ProviderID
Gets or sets the provider ID.
Declaration
public string ProviderID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The provider ID. |