PowerTCP Sockets for .NET
SelectionCallback Field (ClientSecurity)




The delegate that executes to permit selection of a cient certificate.
Syntax
'Declaration
 
Public SelectionCallback As LocalCertificateSelectionCallback
'Usage
 
Dim instance As ClientSecurity
Dim value As LocalCertificateSelectionCallback
 
value = instance.SelectionCallback
 
instance.SelectionCallback = value
public LocalCertificateSelectionCallback SelectionCallback
public: LocalCertificateSelectionCallback* SelectionCallback
public:
LocalCertificateSelectionCallback^ SelectionCallback
Remarks

If null, the Certificates collection will be examined for a valid certifiate.

The certificate returned in this delegate will supercede any certificate present in the Certificates collection.

See Also

Reference

ClientSecurity Class
ClientSecurity Members


PowerTCP Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic