Home
last modified time | relevance | path

Searched refs:IsUserProtected (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Cryptography/
H A DKeyPairPersistence.cs227 if (!IsUserProtected (_userPath) && !ProtectUser (_userPath)) {
233 if (!IsUserProtected (_userPath)) {
359 private static bool IsUserProtected (string path) in IsUserProtected() method in Mono.Security.Cryptography.KeyPairPersistence