1 instantiation of SafeFreeCertContext
System.IdentityModel (1)
System\IdentityModel\SspiWrapper.cs (1)
516refHandle = new SafeFreeCertContext();
5 references to SafeFreeCertContext
System.IdentityModel (5)
System\IdentityModel\SspiSafeHandles.cs (1)
1319((SafeFreeCertContext)refHandle).Set(*(IntPtr*)buffer);
System\IdentityModel\SspiWrapper.cs (4)
514else if (handleType == typeof(SafeFreeCertContext)) 520throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("handleType", SR.GetString(SR.ValueMustBeOf2Types, typeof(SafeFreeContextBuffer).ToString(), typeof(SafeFreeCertContext).ToString()))); 557handleType = typeof(SafeFreeCertContext); 560handleType = typeof(SafeFreeCertContext);