Show / Hide Table of Contents

Namespace ComponentSpace.Saml2.Configuration

Classes

Certificate

The certificate configuration identifies an X.509 certificate stored as a string, in a file, in the Windows certificate store, or elsewhere in the configuration.

If the certificate is stored as a string, the certificate base-64 encoded string must be specified and, if the certificate includes a private key, the password.

If the certificate is stored in a file, the file name must be specified and, if the file includes a private key, the password.

If the certificate is stored in the Windows certificate store, the store name and location must be specified as well as the certificate's serial number, thumbprint or subject name.

If the certificate is stored elsewhere in the configuration, the configuration key must be specified. This may be used to retrieve certificates stored in an Azure key vault.

Entity

The configuration entity supports the Entity Framework.

LocalIdentityProviderConfiguration

The local identity provider configuration specifies the configuration for the local identity provider.

LocalProviderConfiguration

The local provider configuration is configuration common to local identity providers and service providers.

LocalServiceProviderConfiguration

The local service provider configuration specifies the configuration for the local service provider.

PartnerIdentityProviderConfiguration

The partner identity provider configuration specifies the configuration for the partner identity provider.

PartnerProviderConfiguration

The partner provider configuration is configuration common to partner identity providers and service providers.

PartnerServiceProviderConfiguration

The partner service provider configuration specifies the configuration for the partner service provider.

ProviderConfiguration

The provider configuration is configuration common to local and partner identity providers and service providers.

SamlConfiguration

The SAML configuration specifies the configuration for SAML single sign-on.

SamlConfigurations

The SAML configurations specifies the configurations for SAML single sign-on.

Enums

Certificate.CertificateUse

Identifies the intended use of the certificate.

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