Click or drag to resize

PasswordResetServiceClientSetPassword Method

Namespace:  Omada.FIM.PasswordResetService
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public PasswordResetInformation[] SetPassword(
	int oimObjectId,
	bool isIdentity,
	CSDnInformation[] csObjectDns,
	Guid csObjectManagementAgentUid,
	string encryptedPassword,
	Guid[] blockedManagementAgentUids,
	Guid allowedTargetConnectorSpaceObjectId,
	bool forceChangeAtLogon,
	bool unlockAccount,
	bool enforcePasswordPolicy,
	bool synchronous
)

Parameters

oimObjectId
Type: SystemInt32
isIdentity
Type: SystemBoolean
csObjectDns
Type: Omada.FIM.PasswordResetServiceCSDnInformation
csObjectManagementAgentUid
Type: SystemGuid
encryptedPassword
Type: SystemString
blockedManagementAgentUids
Type: SystemGuid
allowedTargetConnectorSpaceObjectId
Type: SystemGuid
forceChangeAtLogon
Type: SystemBoolean
unlockAccount
Type: SystemBoolean
enforcePasswordPolicy
Type: SystemBoolean
synchronous
Type: SystemBoolean

Return Value

Type: PasswordResetInformation

Implements

IPasswordResetServiceSetPassword(Int32, Boolean, CSDnInformation, Guid, String, Guid, Guid, Boolean, Boolean, Boolean, Boolean)
See Also