DOFCredentialsPassword ClassOpenDOF Object Access Library
Password credentials are used to authenticate with a password.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodStatic membercreate(DOFObjectIDAuthentication, String)
Construct Password credentials from an authentication identity and password.
Public methodStatic membercreate(DOFObjectIDDomain, DOFObjectIDAuthentication, String)
Construct Password credentials from an authentication domain, identity, and password.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Password credentials are used to authenticate with a password. The acceptable length and complexity of the password must be determined by the application.
See Also

Reference