[This is preliminary documentation and is subject to change.]
Save certificate to file.
| C# | Visual Basic | Visual C++ |
bool SaveCertificateFile( out string verificationMessage )
Function SaveCertificateFile ( _ <OutAttribute> ByRef verificationMessage As String _ ) As Boolean
bool SaveCertificateFile( [OutAttribute] String^% verificationMessage )
- verificationMessage ( String %)
- When not valid, the verification message states additional information about the verification
Returns trueTruetrue if valid else falseFalsefalse
The file will not be saved if the changes are not valid.