Get PrincipalInformation object using identityinformation object.

Namespace: Novalys.VisualGuard.Security.IdentityModule
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public abstract VGAuthentificationModuleResponse AuthenticateCore(
	VGICredential credential
)
Visual Basic
Public MustOverride Function AuthenticateCore ( 
	credential As VGICredential
) As VGAuthentificationModuleResponse

Return Value

Type: VGAuthentificationModuleResponse
PrincipalInformation object

See Also