Password credentials are used to authenticate with a password.
Inheritance Hierarchy
org.opendof.core.oalDOFCredentialsPassword
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public sealed class Password
The DOFCredentialsPassword type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | create(DOFObjectIDAuthentication, String) | Construct Password credentials from an authentication identity and password.
|
![]() ![]() | create(DOFObjectIDDomain, DOFObjectIDAuthentication, String) | Construct Password credentials from an authentication domain, identity, and password.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also