5 references to OSXCustomKeychainFilePath
Infrastructure.Common (5)
CertificateManager.cs (4)
192using (SafeKeychainHandle handle = SafeKeychainHandle.Open(CertificateManager.OSXCustomKeychainFilePath, CertificateManager.OSXCustomKeychainPassword)) 272if (!File.Exists(OSXCustomKeychainFilePath)) 274keychain = SafeKeychainHandle.Create(OSXCustomKeychainFilePath, OSXCustomKeychainPassword); 278keychain = SafeKeychainHandle.Open(OSXCustomKeychainFilePath, OSXCustomKeychainPassword);
ServiceUtilHelper.cs (1)
84public static string OSXCustomKeychainFilePath => CertificateManager.OSXCustomKeychainFilePath;