| AuthenticationElementFactory Property |
Gets the IAuthenticationManagerFactory behind the
Section.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic IAuthenticationManagerFactory Factory { get; }Public ReadOnly Property Factory As IAuthenticationManagerFactory
Get
public:
property IAuthenticationManagerFactory^ Factory {
IAuthenticationManagerFactory^ get ();
}member Factory : IAuthenticationManagerFactory with get
Property Value
Type:
IAuthenticationManagerFactory
The factory
See Also