Home
last modified time | relevance | path

Searched refs:_ProtectUser (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.cs281 internal static extern bool _ProtectUser (string path); in _ProtectUser() method in Mono.Security.Cryptography.KeyPairPersistence
303 internal static bool _ProtectUser (string path) in _ProtectUser() method in Mono.Security.Cryptography.KeyPairPersistence
343 return _ProtectUser (path); in ProtectUser()