CSharp___DllImport.Phone.OS.User.GetPasswordActive C# (CSharp) Method

GetPasswordActive() public static method

public static GetPasswordActive ( ) : bool
return bool
                public static bool GetPasswordActive()
                {
                    return DllImportCaller.lib.VoidCall("coredll", "GetPasswordActive") == 1;
                }