[This is preliminary documentation and is subject to change.]
Save credential to file.
| C# | Visual Basic | Visual C++ |
bool SaveCredentialFile( out string verificationMessage )
Function SaveCredentialFile ( _ <OutAttribute> ByRef verificationMessage As String _ ) As Boolean
bool SaveCredentialFile( [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.