Get PrincipalInformation object using identityinformation object.

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

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