Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PasswordPolicyViolationException is thrown by a password extension when the password does not comply with the password policy. An example of a policy violation include passwords that are too long or too short, a password that does not contain a symbol, number, or uppercase letter, or a password that was recently used.
The PasswordPolicyViolationException class is derived from the Microsoft.MetadirectoryServices.ExtensionException class.
Public Constructors
The PasswordPolicyViolationException class has the following public constructor.
Constructor | Description |
---|---|
PasswordPolicyViolationException() |
Creates an instance of the PasswordPolicyViolationException class. |
Public Methods
The PasswordPolicyViolationException class has the following public methods.
Method | Description |
---|---|
Equals(Object) | |
GetBaseException() | |
GetHashCode() | |
GetObjectData(SerializationInfo, StreamingContext) | |
GetType() | |
ToString() |
Public Properties
The PasswordPolicyViolationException class defines the following public properties.
Property | Description |
---|---|
HelpLink | Data type: String Access type: Read/write |
InnerException | Data type: Exception Access type: Read-only |
Message | Data type: String Access type: Read-only |
Source | Data type: String Access type: Read/write |
StackTrace | Data type: String Access type: Read-only |
TargetSite | Data type: MethodBase Access type: Read-only |
Protected Methods
The PasswordPolicyViolationException class has the following protected methods.
Method | Description |
---|---|
Finalize() | |
MemberwiseClone() |
Protected Properties
The PasswordPolicyViolationException class defines the following protected properties.
Property | Description |
---|---|
HResult | Data type: Int32 Access type: Read/write |
Requirements
Product | Microsoft Identity Integration Server 2003 SP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
Send comments about this topic to Microsoft
Build date: 2/16/2009