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