This topic has not yet been rated - Rate this topic

AuthenticablePrincipal Class

Encapsulates the account and contact data common to principals that can be authenticated.

Namespace:  System.DirectoryServices.AccountManagement
Assembly:  System.DirectoryServices.AccountManagement (in System.DirectoryServices.AccountManagement.dll)
[DirectoryRdnPrefixAttribute("CN")]
[DirectoryServicesPermissionAttribute(SecurityAction.InheritanceDemand, Unrestricted = true)]
[DirectoryServicesPermissionAttribute(SecurityAction.LinkDemand, Unrestricted = true)]
public class AuthenticablePrincipal : Principal

The AuthenticablePrincipal type exposes the following members.

  Name Description
Protected method AuthenticablePrincipal(PrincipalContext) Initializes a new instance of the AuthenticablePrincipal class by using the specified context. This constructor is called by derived-class constructors to initialize the base class and is not intended for use directly from your code.
Protected method AuthenticablePrincipal(PrincipalContext, String, String, Boolean) Initializes a new instance of the AuthenticablePrincipal class by using the specified context, SAM account name, password, and enabled value. This constructor is called by derived-class constructors to initialize the base class and is not intended for use directly from your code.
Top
  Name Description
Public property AccountExpirationDate Gets or sets a Nullable DateTime that specifies the date and time that the account expires.
Public property AccountLockoutTime Gets the Nullable DateTime that specifies the date and time that the account was locked out.
Public property AdvancedSearchFilter Returns an AdvancedSearchFilter object, for use with Query By Example to set read-only properties before passing the object to the PrincipalSearcher.
Public property AllowReversiblePasswordEncryption Gets or sets a Boolean value that specifies whether reversible password encryption is enabled for this account.
Public property BadLogonCount Gets the number of logon attempts using incorrect credentials for this account.
Public property Certificates Gets a X509Certificate2Collection that contains the X509 certificates for this account.
Public property Context Gets a principal context that is associated with the principal. (Inherited from Principal.)
Protected property ContextRaw Gets a principal context that is associated with this principal. (Inherited from Principal.)
Public property ContextType Gets the context type enumeraton value that specifies the type of principal context associated with this principal. (Inherited from Principal.)
Public property DelegationPermitted Gets or sets a Nullable Boolean value that specifies whether the account may be delegated.
Public property Description Gets or sets the description of the principal. (Inherited from Principal.)
Public property DisplayName Gets or sets the display name for this principal. (Inherited from Principal.)
Public property DistinguishedName Gets the distinguished name (DN) for this principal. (Inherited from Principal.)
Public property Enabled Gets or sets a Nullable Boolean value that specifies whether this account is enabled for authentication.
Public property Guid Gets the GUID associated with this principal. (Inherited from Principal.)
Public property HomeDirectory Gets or sets the home directory for this account.
Public property HomeDrive Gets or sets the home drive for this account.
Public property LastBadPasswordAttempt Gets the Nullable DateTime that specifies the date and time of the last incorrect password attempt on this account.
Public property LastLogon Gets the Nullable DateTime that specifies the date and time of the last logon for this account.
Public property LastPasswordSet Gets the Nullable DateTime that specifies the last date and time that the password was set for this account.
Public property Name Gets or sets the name of this principal. (Inherited from Principal.)
Public property PasswordNeverExpires Gets or sets a Boolean value that specifies whether the password expires for this account.
Public property PasswordNotRequired Gets or sets a Boolean value that specifies whether a password is required for this account.
Public property PermittedLogonTimes Gets or sets the times when the principal can logon.
Public property PermittedWorkstations Gets the list of workstations that this principal is permitted to log into.
Public property SamAccountName Gets or sets the SAM account name for this principal. (Inherited from Principal.)
Public property ScriptPath Gets or sets the script path for this account.
Public property Sid Gets the Security ID (SID) of the principal. (Inherited from Principal.)
Public property SmartcardLogonRequired Gets or sets a Boolean value that specifies whether a smartcard is required to log on to the account.
Public property StructuralObjectClass Gets the structural object class directory attribute. (Inherited from Principal.)
Public property UserCannotChangePassword Gets or sets a Boolean value that specifies whether the user can change the password for this account. Do not use this with a ComputerPrincipal.
Public property UserPrincipalName Gets or sets the user principal name (UPN) associated with this principal. (Inherited from Principal.)
Top
  Name Description
Public method ChangePassword Changes the account password from the old password to the new password. Do not use this with a ComputerPrincipal.
Protected method CheckDisposedOrDeleted Determines whether the Dispose or Delete methods have been called on this class. This method is called by classes that derive from this principal class. (Inherited from Principal.)
Public method Delete Deletes the principal object from the store. (Inherited from Principal.)
Public method Dispose Disposes the current instance of the Principal object. (Inherited from Principal.)
Public method Equals Returns a Boolean value that specifies whether the supplied object is equal to the current object. (Inherited from Principal.)
Public method ExpirePasswordNow Expires the password for this account. This will force the user to change his/her password at the next logon.
Protected method ExtensionGet Retrieves an attribute of an extended class object. (Inherited from Principal.)
Protected method ExtensionSet Sets the value of an attribute in an extended class. (Inherited from Principal.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Static member FindByBadPasswordAttempt(PrincipalContext, DateTime, MatchType) Returns a collection of authentication principal objects that have an incorrect password try recorded in the specified date and time range.
Protected method Static member FindByBadPasswordAttempt<T>(PrincipalContext, DateTime, MatchType) Returns a [T:System.DirectoryServices.AccountManagement.PrincipalSearchResult'1] collection of objects that have a bad password attempt within the specified date and time range. This is the template function for extended classes that wish to implement this functionality.
Public method Static member FindByExpirationTime(PrincipalContext, DateTime, MatchType) Returns a collection of authentication principal objects that have an account expiration time recorded in the specified date and time range.
Protected method Static member FindByExpirationTime<T>(PrincipalContext, DateTime, MatchType) Returns a [T:System.DirectoryServices.AccountManagement.PrincipalSearchResult'1] collection of objects that have an expiration time within the specified date and time range. This is the template function for extended classes that wish to implement this functionality.
Public method Static member FindByLockoutTime(PrincipalContext, DateTime, MatchType) Returns a collection of authentication principal objects that have an account lockout time recorded in the specified date and time range.
Protected method Static member FindByLockoutTime<T>(PrincipalContext, DateTime, MatchType) Returns a [T:System.DirectoryServices.AccountManagement.PrincipalSearchResult'1] collection of objects that have a lockout time within the specified date and time range. This is the template function for extended classes that wish to implement this functionality.
Public method Static member FindByLogonTime(PrincipalContext, DateTime, MatchType) Returns a collection of authentication principal objects that have an account logon recorded in the specified date and time range.
Protected method Static member FindByLogonTime<T>(PrincipalContext, DateTime, MatchType) Returns a [T:System.DirectoryServices.AccountManagement.PrincipalSearchResult'1] collection of objects that have a logon time within the specified date and time range. This is the template function for extended classes that wish to implement this functionality.
Public method Static member FindByPasswordSetTime(PrincipalContext, DateTime, MatchType) Returns a collection of authentication principal objects that have an account password set recorded in the specified date and time range.
Protected method Static member FindByPasswordSetTime<T>(PrincipalContext, DateTime, MatchType) Returns a [T:System.DirectoryServices.AccountManagement.PrincipalSearchResult'1] collection of objects that have a password set time within the specified date and time range. This is the template function for extended classes that wish to implement this functionality.
Public method GetGroups() Returns a collection of group objects that specify the groups of which the current principal is a member. (Inherited from Principal.)
Public method GetGroups(PrincipalContext) Returns a collection of group objects that the principal is a member of and that exist in the store provided by the specified context parameter. (Inherited from Principal.)
Public method GetHashCode Retrieves the hash created from the contents of the principal object, suited for use in hashing algorithms and data structures like a hash table. (Inherited from Principal.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetUnderlyingObject Returns the underlying DirectoryEntry object that provides the contact data for the principal object. (Inherited from Principal.)
Public method GetUnderlyingObjectType Returns the underlying object type. (Inherited from Principal.)
Public method IsAccountLockedOut Returns a Boolean value that specifies whether the account is currently locked out.
Public method IsMemberOf(GroupPrincipal) Returns a Boolean value that specifies whether the principal is a member of the specified group. (Inherited from Principal.)
Public method IsMemberOf(PrincipalContext, IdentityType, String) Returns a Boolean value that specifies whether the principal is a member of the group specified by identity type and value. (Inherited from Principal.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RefreshExpiredPassword Refreshes an expired password.
Public method Save() Saves the changes that were made on the principal object to the store. If this is a new principal object, this method inserts it into the store. (Inherited from Principal.)
Public method Save(PrincipalContext) Saves the changes that were made on the principal object to the store. If this is a new principal object, this method inserts it into the specified context. If the principal has already been persisted, it is moved from the original context to the specified context. (Inherited from Principal.)
Public method SetPassword Sets the account password to the specified value.
Public method ToString Returns a user friendly string representation of the current principal object. (Inherited from Principal.)
Public method UnlockAccount Unlocks the account if it is currently locked out.
Top

.NET Framework

Supported in: 4, 3.5

.NET Framework Client Profile

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ