Show / Hide Table of Contents

Class SSOOptions.TrustedIdentityProvider

Specifies a trusted identity provider.

Inheritance
System.Object
SSOOptions.TrustedIdentityProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ComponentSpace.SAML2
Assembly: ComponentSpace.Saml2.dll
Syntax
public class 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
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.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2022. All rights reserved.