Show / Hide Table of Contents

Class SSOOptions.TrustedIdentityProvider

Specifies a trusted identity provider.

Inheritance
object
SSOOptions.TrustedIdentityProvider
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2025. All rights reserved.