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