| IAuthenticationManagerFactoryCreateAuthenticationManager Method |
Creates the authentication manager according to the current request.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
SyntaxIAuthenticationManager CreateAuthenticationManager()
Function CreateAuthenticationManager As IAuthenticationManager
IAuthenticationManager^ CreateAuthenticationManager()
abstract CreateAuthenticationManager : unit -> IAuthenticationManager
Return Value
Type:
IAuthenticationManagera ready to authenticate IAuthenticationManager instance.
See Also