Show / Hide Table of Contents

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.

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