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