| EngineModuleElementAuthentication Property |
Authentication manager to be used.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic AuthenticationElement Authentication { get; }Public ReadOnly Property Authentication As AuthenticationElement
Get
public:
property AuthenticationElement^ Authentication {
AuthenticationElement^ get ();
}member Authentication : AuthenticationElement with get
Property Value
Type:
AuthenticationElement
The authentication manager.
See Also