SPUserToken constructor
Initializes a new instance of the SPUserToken class based on the parameters that are provided.
Overload list
Name | Description | |
---|---|---|
SPUserToken([]) | Initializes a new instance of the SPUserToken class based on the specified byte array. | |
SPUserToken(IIdentity, Uri) | Initializes a new instance of the SPUserToken class based on the specified claims identity. |
Top