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