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