'Declaration
Public Function New( _ ByVal token As UserIdentityToken _ )
'Usage
Dim token As UserIdentityToken Dim instance As New UserIdentity(token)
public UserIdentity( UserIdentityToken token )
public: UserIdentity( UserIdentityToken^ token )
Parameters
- token
- The user identity token.