Class SamlMappingRule.RuleNames
The SAML mapping rules names.
Inheritance
System.Object
SamlMappingRule.RuleNames
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.Configuration.MappingRules
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class RuleNames
Fields
Clear
The Clear mapping rule removes all SAML identity information.
Declaration
public const string Clear = "Clear"
Field Value
Type | Description |
---|---|
System.String |
Constant
The Constant mapping rule creates SAML identity information from a constant value.
Declaration
public const string Constant = "Constant"
Field Value
Type | Description |
---|---|
System.String |
Copy
The Copy mapping rule copies a SAML attribute.
Declaration
public const string Copy = "Copy"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
Remove
The Remove mapping rule removes a SAML attribute.
Declaration
public const string Remove = "Remove"
Field Value
Type | Description |
---|---|
System.String |
Rename
The Rename mapping rule renames a SAML attribute.
Declaration
public const string Rename = "Rename"
Field Value
Type | Description |
---|---|
System.String |