Show / Hide Table of Contents

Class SamlMappingRule.RuleNames

The SAML mapping rules names.

Inheritance
object
SamlMappingRule.RuleNames
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.Saml2.Configuration.MappingRules
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SamlMappingRule.RuleNames

Fields

Clear

The Clear mapping rule removes all SAML identity information.

Declaration
public const string Clear = "Clear"
Field Value
Type Description
string

Constant

The Constant mapping rule creates SAML identity information from a constant value.

Declaration
public const string Constant = "Constant"
Field Value
Type Description
string

Copy

The Copy mapping rule copies a SAML attribute.

Declaration
public const string Copy = "Copy"
Field Value
Type Description
string

Keep

The Keep mapping rule keeps the specified SAML attributes and removes all others.

Declaration
public const string Keep = "Keep"
Field Value
Type Description
string

Remove

The Remove mapping rule removes a SAML attribute.

Declaration
public const string Remove = "Remove"
Field Value
Type Description
string

Rename

The Rename mapping rule renames a SAML attribute.

Declaration
public const string Rename = "Rename"
Field Value
Type Description
string
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.