3 references to Open
Infrastructure.Common (2)
CertificateManager.cs (2)
192
using (SafeKeychainHandle handle = SafeKeychainHandle.
Open
(CertificateManager.OSXCustomKeychainFilePath, CertificateManager.OSXCustomKeychainPassword))
278
keychain = SafeKeychainHandle.
Open
(OSXCustomKeychainFilePath, OSXCustomKeychainPassword);
Security.TransportSecurity.IntegrationTests (1)
Tcp\ClientCredentialTypeTests.OSX.cs (1)
141
using (SafeKeychainHandle keychain = SafeKeychainHandle.
Open
(ServiceUtilHelper.OSXCustomKeychainFilePath, ServiceUtilHelper.OSXCustomKeychainPassword))