.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Determine if the password is expired for this object.

Namespace: Org.IdentityConnectors.Framework.Common.Objects
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static Nullable<bool> IsPasswordExpired(
	ConnectorObject obj
)

Parameters

obj
Type: Org.IdentityConnectors.Framework.Common.Objects..::..ConnectorObject
ConnectorObject that should contain a password expired attribute.

Return Value

Type: Nullable<(Of <(<'Boolean>)>)>
 Copy imageCopy
null
if the attribute does not exist and the value of the ConnectorAttribute if it does.

See Also