.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Get the current password value from the provided set of ConnectorAttributes.

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

Syntax

C#
public static GuardedString GetCurrentPasswordValue(
	ICollection<ConnectorAttribute> attrs
)

Parameters

attrs
Type: System.Collections.Generic..::..ICollection<(Of <(<'ConnectorAttribute>)>)>
Set of ConnectorAttributes that may contain the current password CURRENT_PASSWORD_NAMEConnectorAttribute.

Return Value

Type: GuardedString
 Copy imageCopy
null
if it does not exist in the [!:Set] else the value.

See Also