DOFCredentialsPasswordcreate Method (DOFObjectIDDomain, DOFObjectIDAuthentication, String)OpenDOF Object Access Library
Construct Password credentials from an authentication domain, identity, and password.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public static DOFCredentials create(
	DOFObjectIDDomain domainID,
	DOFObjectIDAuthentication identity,
	string password
)

Parameters

domainID
Type: org.opendof.core.oalDOFObjectIDDomain
The authentication domain identifier. This may be BROADCAST, in which case the server will choose a domain. This must not be null.
identity
Type: org.opendof.core.oalDOFObjectIDAuthentication
The authentication identity. This must not be null.
password
Type: SystemString
The password. This must not be null.

Return Value

Type: DOFCredentials
The new DOFCredentials.
Remarks

Construct Password credentials from an authentication domain, identity, and password.
See Also

Reference