Show / Hide Table of Contents

Class SsoOptions.TrustedIdentityProvider

Specifies a trusted identity provider

Inheritance
object
SsoOptions.TrustedIdentityProvider
Implements
ITrustedIdentityProvider
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public class SsoOptions.TrustedIdentityProvider : ITrustedIdentityProvider

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.

Implements

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