4 references to OSXCustomKeychainFilePath
Security.TransportSecurity.IntegrationTests (4)
Tcp\ClientCredentialTypeTests.OSX.cs (4)
133
if (!File.Exists(ServiceUtilHelper.
OSXCustomKeychainFilePath
))
136
exception = new Exception($"The X.509 certificate {GetCertificateId(certificate)} is not in the keychain file {ServiceUtilHelper.
OSXCustomKeychainFilePath
}.");
141
using (SafeKeychainHandle keychain = SafeKeychainHandle.Open(ServiceUtilHelper.
OSXCustomKeychainFilePath
, ServiceUtilHelper.OSXCustomKeychainPassword))
147
exception = new Exception($"The X.509 certificate {GetCertificateId(certificate)} is not in the keychain file {ServiceUtilHelper.
OSXCustomKeychainFilePath
}.");