Class MetadataExporter
Exports SAML metadata.
Inherited Members
Namespace: ComponentSpace.Saml2.Metadata.Export
Assembly: ComponentSpace.Saml2.dll
Syntax
public class MetadataExporter
Properties
EntityID
Gets or sets the entity ID.
The entity ID uniquely identifies the identity or service provider.
Declaration
public string EntityID { get; set; }
Property Value
Type | Description |
---|---|
string | The entity ID. |
IdentityProviderMetadataExporters
Gets or sets the SAML identity provider metadata exporters.
Declaration
public IList<IdentityProviderMetadataExporter> IdentityProviderMetadataExporters { get; set; }
Property Value
Type | Description |
---|---|
IList<IdentityProviderMetadataExporter> | The SAML identity provider metadata exporters. |
ServiceProviderMetadataExporters
Gets or sets the SAML service provider metadata exporters.
Declaration
public IList<ServiceProviderMetadataExporter> ServiceProviderMetadataExporters { get; set; }
Property Value
Type | Description |
---|---|
IList<ServiceProviderMetadataExporter> | The SAML service provider metadata exporters. |
Methods
Export()
Exports the SAML metadata.
Declaration
public virtual EntityDescriptor Export()
Returns
Type | Description |
---|---|
EntityDescriptor | The SAML metadata. |