getPasswordPolicy:(NSError **) method

Retrieves the password policy set by the administrator in SCC for the application.

Syntax

public static virtual PasswordPolicy * getPasswordPolicy: (NSError ** error)

Parameters

Returns

Structure containing the password policy. Usage NSError* error = nil; PasswordPolicy *dvppStruct = [ODPAppSettings getPasswordPolicy:&error]; if (!error) { // Further processing }