AdfsProviderConfigurationADFSEndpointUserName Property |
The ADFS authentication provider username endpoint.
Namespace:
MFiles.VAF.Configuration.Domain.AuthenticationProviderConfiguration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string ADFSEndpointUserName { get; set; }
Public Property ADFSEndpointUserName As String
Get
Set
public:
property String^ ADFSEndpointUserName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also