Class ServiceProviderMetadataImporter
Imports SAML service provider metadata.
Inherited Members
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.Import
Assembly: ComponentSpace.Saml2.dll
Syntax
public class ServiceProviderMetadataImporter : ProviderMetadataImporter
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 URL to receive SAML responses.
Declaration
public string AssertionConsumerServiceUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The URL to receive SAML responses. |
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
Import(SpSsoDescriptor)
Imports the SAML identity provider metadata.
Declaration
public virtual void Import(SpSsoDescriptor ssoDescriptor)
Parameters
Type | Name | Description |
---|---|---|
SpSsoDescriptor | ssoDescriptor | The SAML metadata. |