VaultApplicationBaseAuthenticationData Property |
The optional authentication data for the application.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected string AuthenticationData { get; set; }
Protected Property AuthenticationData As String
Get
Set
protected:
property String^ AuthenticationData {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also