4 references to OSXCustomKeychainPassword
Infrastructure.Common (4)
CertificateManager.cs (3)
194
using (SafeKeychainHandle handle = SafeKeychainHandle.Open(CertificateManager.OSXCustomKeychainFilePath, CertificateManager.
OSXCustomKeychainPassword
))
276
keychain = SafeKeychainHandle.Create(OSXCustomKeychainFilePath,
OSXCustomKeychainPassword
);
280
keychain = SafeKeychainHandle.Open(OSXCustomKeychainFilePath,
OSXCustomKeychainPassword
);
ServiceUtilHelper.cs (1)
82
public static string OSXCustomKeychainPassword => CertificateManager.
OSXCustomKeychainPassword
;