SPUserToken Members
Include Protected Members
Include Inherited Members
Represents the token that identifies the authentication process applied to a user.
The SPUserToken type exposes the following members.
Constructors
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
Properties
Name | Description | |
---|---|---|
BinaryToken | Gets the byte array identifying the authentication process for a user token. | |
SystemAccount | Gets the SPUserToken object that is associated with the SystemAccount. It is recommended that you use this property to get the system account instead of using the SystemAccount property. |
Top
Methods
Name | Description | |
---|---|---|
CompareUser | Compares this user token with another specified user token. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top