uaPLUS Reference
GetClientIdentity Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > uaPLUS Class : GetClientIdentity Method

token
the session UserIdentityToken

Glossary Item Box

Get the identity information as a simple string

Syntax

Visual Basic (Declaration) 
Public Shared Function GetClientIdentity( _
   ByVal token As UserIdentityToken _
) As String
C# 
public static string GetClientIdentity( 
   UserIdentityToken token
)

Parameters

token
the session UserIdentityToken

Return Value

Depending on teh token type returns either "Anonymous", the UserName or teh certificate subject name.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.