Show / Hide Table of Contents

Class ServiceProviderMetadataExporter

Exports SAML service provider metadata.

Inheritance
System.Object
ProviderMetadataExporter
ServiceProviderMetadataExporter
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 ServiceProviderMetadataExporter : ProviderMetadataExporter

Properties

AssertionConsumerServiceBinding

Gets or sets the assertion consumer service binding.

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

The assertion consumer service binding.

AssertionConsumerServiceUrl

Gets or sets the assertion consumer service URL.

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

The assertion consumer service URL.

AuthnRequestsSigned

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

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

The flag indicating whether SAML authn requests are signed.

WantAssertionsSigned

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

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

The flag indicating whether SAML assertions should be signed.

Methods

Export()

Exports the SAML service provider metadata.

Declaration
public virtual SpSsoDescriptor Export()
Returns
Type Description
SpSsoDescriptor

The SAML metadata.

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