EndUserToken

This property returns the end-user token string if the internal end-user principal is token-based.

Declaration

// C#
public string EndUserToken {get;}

Property Type

The end-user token string when the value is a token principal type; null otherwise.

Remarks

When the value is a non-token principal type, the property returns null.