'Declaration
<NotNullAttribute()> Public Shared Function CreateAnonymousIdentity() As UserIdentity
'Usage
Dim value As UserIdentity value = UserIdentity.CreateAnonymousIdentity()
[NotNull()] public static UserIdentity CreateAnonymousIdentity()
[NotNull()] public: static UserIdentity^ CreateAnonymousIdentity();
Return Value
Returns a new user identity, configured with anonymous token only.