Converts the current VGAuthorizationState to a VGAuthenticationStatus value.

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

Syntax

C#
public VGAuthenticationStatus ConvertToAuthenticationStatus()
Visual Basic
Public Function ConvertToAuthenticationStatus As VGAuthenticationStatus

Return Value

Type: VGAuthenticationStatus
a VGAuthenticationStatus value corresponding to the authorization state.

See Also