1 instantiation of SafeFreeCertContext
System.IdentityModel (1)
System\IdentityModel\SspiWrapper.cs (1)
516
refHandle = 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)
514
else if (handleType == typeof(
SafeFreeCertContext
))
520
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("handleType", SR.GetString(SR.ValueMustBeOf2Types, typeof(SafeFreeContextBuffer).ToString(), typeof(
SafeFreeCertContext
).ToString())));
557
handleType = typeof(
SafeFreeCertContext
);
560
handleType = typeof(
SafeFreeCertContext
);