| Visual Basic (Declaration) | |
|---|---|
Public Event PrivateKeyPassword() As PrivateKeyPasswordDelegate  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public event PrivateKeyPasswordDelegate PrivateKeyPassword()  | |
| Managed Extensions for C++ | |
|---|---|
public: __event PrivateKeyPasswordDelegate* PrivateKeyPassword();  | |
| C++/CLI | |
|---|---|
public: event PrivateKeyPasswordDelegate^ PrivateKeyPassword();  | |
This event is generated after a call to SetTlsClientCertificate with a private key file that is password encrypted, in order to obtain the password.
            Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
  
   
                           
Copy Code