Class SamlSchemaValidatorOptions
- Namespace
- ComponentSpace.Saml2.Utility
- Assembly
- ComponentSpace.Saml2.dll
The options for the SamlSchemaValidator.
public class SamlSchemaValidatorOptions
- Inheritance
-
SamlSchemaValidatorOptions
- Inherited Members
Properties
Enabled
Gets or sets the flag indicating whether SAML XML schema validation is enabled.
By default, SAML XML schema validation is enabled.
public bool Enabled { get; set; }
Property Value
- bool
The flag indicating whether SAML XML schema validation is enabled.
ExtensionSchemaFileNames
Gets or sets the list of extension XML schema file names.
public IList<string> ExtensionSchemaFileNames { get; set; }