5 references to LocalCertSelectionCallback
System (5)
net\System\Net\_SecureChannel.cs (2)
73
private
LocalCertSelectionCallback
m_CertSelectionDelegate;
89
bool checkCertRevocationStatus, EncryptionPolicy encryptionPolicy,
LocalCertSelectionCallback
certSelectionDelegate)
net\System\Net\SecureProtocols\_SslState.cs (2)
46
private
LocalCertSelectionCallback
_CertSelectionDelegate;
116
internal SslState(Stream innerStream, RemoteCertValidationCallback certValidationCallback,
LocalCertSelectionCallback
certSelectionCallback, EncryptionPolicy encryptionPolicy)
net\System\Net\SecureProtocols\SslStream.cs (1)
98
LocalCertSelectionCallback
_userCertSelectionCallbackWrapper = userCertificateSelectionCallback==null ? null : new LocalCertSelectionCallback(userCertSelectionCallbackWrapper);