Class IdentityProviderMetadataExporter
Exports SAML identity provider metadata.
Inherited Members
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 | 
|---|---|
| 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 | 
|---|---|
| bool? | 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.  |