2 overrides of GetClientCertificateCore
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
1754internal override int GetClientCertificateCore(byte[] buffer, int [] pInts, long [] pDates) { 3058internal override int GetClientCertificateCore(byte[] buffer, int [] pInts, long [] pDates) {
2 references to GetClientCertificateCore
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
1561int iRet = GetClientCertificateCore(buf, pInts, pDates); 1566iRet = GetClientCertificateCore(buf, pInts, pDates);