This commit is contained in:
Łukasz Domeradzki
2025-09-24 23:22:16 +02:00
parent 50b9011323
commit 71a708b515

View File

@@ -54,9 +54,9 @@ internal sealed class ArchiCryptoHelper {
[TestMethod]
internal async Task CanEncryptDecryptProtectedDataForCurrentUser() {
// Not supported on other platforms than Windows
if (!OperatingSystem.IsWindows()) {
// Not supported on other platforms than Windows
return;
Assert.Inconclusive($"!{nameof(OperatingSystem.IsWindows)}");
}
await CanEncryptDecrypt(ECryptoMethod.ProtectedDataForCurrentUser).ConfigureAwait(false);