Show / Hide Table of Contents

Class IdentityProviderMetadataExporter

Exports SAML identity provider metadata.

Inheritance
System.Object
ProviderMetadataExporter
IdentityProviderMetadataExporter
Inherited Members
ProviderMetadataExporter.SignatureCertificates
ProviderMetadataExporter.EncryptionCertificates
ProviderMetadataExporter.SingleLogoutServiceUrl
ProviderMetadataExporter.ArtifactResolutionServiceUrl
ProviderMetadataExporter.NameIdFormats
ProviderMetadataExporter.Export(SsoDescriptorType)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.Saml2.Metadata.Export
Assembly: ComponentSpace.Saml2.dll
Syntax
public class IdentityProviderMetadataExporter : ProviderMetadataExporter

Properties

SingleSignOnServiceUrl

Gets or sets the single sign-on service URL.

Declaration
public string SingleSignOnServiceUrl { get; set; }
Property Value
Type Description
System.String

The single sign-on service URL.

WantAuthnRequestsSigned

Gets or sets the flag indicating whether SAML authn requests should be signed.

Declaration
public bool? WantAuthnRequestsSigned { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

The flag indicating whether SAML authn requests should be signed.

Methods

Export()

Exports the SAML identity provider metadata.

Declaration
public virtual IdpSsoDescriptor Export()
Returns
Type Description
IdpSsoDescriptor

The SAML metadata.

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