[This is preliminary documentation and is subject to change.]
Access to credential file handling.
| C# | Visual Basic | Visual C++ |
public interface ICredentialHandling
Public Interface ICredentialHandling
public interface class ICredentialHandling
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Credentials |
List of credentials
| |
| FileName |
File name
| |
| ForcedSaveCredentialFile()()() |
Save credential to file. Even if the changes are not valid.
| |
| ImportCredentialFromOtherFile(String, String) |
Import credential from an other file.
| |
| LoadCredentialFile(String, String) |
Load credential file
| |
| Password |
Password
| |
| RemoveCredentialFromFile(array<UInt32>[]()[]) |
Remove credentials from file.
| |
| SaveCredentialFile(String%) |
Save credential to file.
| |
| VerifyChanges(String%) |
Verify whether the changes result in a valid credential file.
|