Get the Authenticator this instance represent

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IAuthenticator Authenticator { get; }
Visual Basic
ReadOnly Property Authenticator As IAuthenticator
	Get
Visual C++
property IAuthenticator^ Authenticator {
	IAuthenticator^ get ();
}

Field Value

IAuthenticator

See Also