2 instantiations of SafeFreeCertContext
System (2)
net\System\Net\_NativeSSPI.cs (2)
178
refHandle = new
SafeFreeCertContext
();
401
refHandle = new
SafeFreeCertContext
();
8 references to SafeFreeCertContext
System (8)
net\System\Net\_NativeSSPI.cs (2)
177
else if (handleType == typeof(
SafeFreeCertContext
)) {
400
else if (handleType == typeof(
SafeFreeCertContext
)) {
net\System\Net\_SafeNetHandles.cs (1)
564
((
SafeFreeCertContext
)refHandle).Set(*(IntPtr*)buffer);
net\System\Net\_SecureChannel.cs (3)
158
internal static X509Certificate2Collection GetStore(
SafeFreeCertContext
certContext)
195
SafeFreeCertContext
remoteContext = null;
197
remoteContext = SSPIWrapper.QueryContextAttributes(GlobalSSPI.SSPISecureChannel, m_SecurityContext, ContextAttribute.RemoteCertificate) as
SafeFreeCertContext
;
net\System\Net\_SSPIWrapper.cs (2)
551
handleType = typeof(
SafeFreeCertContext
);
555
handleType = typeof(
SafeFreeCertContext
);