CanSecure() private static method

private static CanSecure ( string path ) : bool
path string
return bool
 private static bool IsMachineProtected(string path)
 {
     return(!KeyPairPersistence.CanSecure(path) || KeyPairPersistence._IsMachineProtected(path));
 }
 private static bool ProtectMachine(string path)
 {
     return(!KeyPairPersistence.CanSecure(path) || KeyPairPersistence._ProtectMachine(path));
 }