[This is preliminary documentation and is subject to change.]
Load certificate file
| C# | Visual Basic | Visual C++ |
void LoadCertificateFile( string fileName, string password )
Sub LoadCertificateFile ( _ fileName As String, _ password As String _ )
void LoadCertificateFile( String^ fileName, String^ password )
- fileName (String)
- file name
- password (String)
- password
| Exception | Condition |
|---|---|
| ApplicationException | Loaded certificate file can not be verified. |