Show / Hide Table of Contents

Class SamlSchemaValidatorOptions

The options for the SamlSchemaValidator.

Inheritance
System.Object
SamlSchemaValidatorOptions
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.Utility
Assembly: ComponentSpace.Saml2.dll
Syntax
public class SamlSchemaValidatorOptions

Properties

Enabled

Gets or sets the flag indicating whether SAML XML schema validation is enabled.

By default, SAML XML schema validation is enabled.

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

The flag indicating whether SAML XML schema validation is enabled.

ExtensionSchemaFileNames

Gets or sets the list of extension XML schema file names.

Declaration
public IList<string> ExtensionSchemaFileNames { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

The list of extension XML schema file names.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.