.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
if the ConnectorAttribute does not exist
otherwise the value of the ConnectorAttribute.
E41516-01
Retrieve the password expiration date from the ConnectorObject.
Namespace: Org.IdentityConnectors.Framework.Common.ObjectsAssembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public static Nullable<DateTime> GetPasswordExpirationDate( ConnectorObject obj ) |
Parameters
- obj
- Type: Org.IdentityConnectors.Framework.Common.Objects..::..ConnectorObject
ConnectorObject object to inspect.
Return Value
Type: Nullable<(Of <(<'DateTime>)>)>Copy | |
---|---|
null |
Exceptions
Exception | Condition | ||||
---|---|---|---|---|---|
[!:IllegalStateException] | if the object does not contain attribute in question. | ||||
System..::..NullReferenceException | iff the parameter 'obj' is
|