Class IdentityProviderMetadataExporter
Exports SAML identity 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.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 |
---|---|
System.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 |
---|---|
System.Nullable<System.Boolean> | 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. |