Remove unsupported API - SetMasterPasscode
This commit is contained in:
		| @@ -102,12 +102,14 @@ namespace Novell.CASA | ||||
| 		{ | ||||
| 			NativeCalls.RemoveCredential(ssFlags, sAppSecretID, sSharedSecretID); | ||||
| 		} | ||||
|                 public static int SetMasterPasscode( | ||||
| 		/* | ||||
|                 internal static int SetMasterPasscode( | ||||
|                         uint ssFlags, | ||||
|                         string passcodeStr) | ||||
|                 { | ||||
|                     return NativeCalls.SetMasterPasscode(ssFlags,passcodeStr); | ||||
|                 } | ||||
| 				*/ | ||||
|                 public static int SetMasterPassword( | ||||
|                         uint ssFlags, | ||||
|                         string mPasswd) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user