Click or drag to resize
IdentityChoiceProvider Class
Used for providing user accounts by performing a lookup against AD or any configured identity providers.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Core.UserManagementIdentityChoiceProvider

Namespace: Colygon.MatchPoint.Core.UserManagement
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
[SerializableAttribute]
public sealed class IdentityChoiceProvider : IChoiceItemProvider, 
	ILookupItemProvider

The IdentityChoiceProvider type exposes the following members.

Constructors
  NameDescription
Public methodIdentityChoiceProvider
Initializes a new instance of the IdentityChoiceProvider class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItemsByKeys
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLookup
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAccountType
Specifies whether possible assignments for the role will contain single users and/or groups.
Public fieldParentGroupExpression
Only users or groups belonging to the specified AD security groups can be picked in the field. This property is respected only if there is an windows authentication provider available.
Public fieldRecursive
If enabled, the parent groups should be searched recursively.
Top
See Also