AdfsProviderConfiguration Class

The ADFS authentication provider configuration class.

Definition

Namespace: MFiles.VAF.Configuration.Domain.AuthenticationProviderConfiguration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class AdfsProviderConfiguration
Inheritance
Object    AdfsProviderConfiguration

Constructors

Properties

ADFSEndpointUserName The ADFS authentication provider username endpoint.
ADFSEndpointWindows The ADFS authentication provider windows endpoint.
ADFSServer The ADFS authentication provider server.
AllowInteractive Flag denotes if interactive mode is enabled.
Assembly The ADFS authentication provider assembly.
AuthenticationPurpose The ADFS authentication provider defined authentication purpose.
CurrentWindowsUser The ADFS authentication provider windows user endpoint.
EnableLogging Flag denotes if logging is enabled.
Name The ADFS authentication provider name.
PluginInfoBridgeClass Plugin Info value for BridgeClass.
PluginInfoScope Plugin Info value for Scope.
PluginInfoScopeIndependent Plugin Info value for Scope.
RPID The ADFS authentication provider Relying Party ID.

See Also