SPUserToken Constructor
Include Protected Members
Include Inherited Members
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