Retrieves the password policy set by the administrator in SCC for the application.
SMPAppSettings* appSettings = [SMPAppSettings initializeWithConnection:clientConn userName:"username" password:@"password"]; NSError* error = nil; DataVaultPasswordPolicy *dvppStruct = [appSettings getPasswordPolicy:&error]; if (!error) { // Further processing }