SPSessionSecurityTokenCookieValue members
This object contains all the values found in the cookie.
The SPSessionSecurityTokenCookieValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSessionSecurityTokenCookieValue |
Top
Properties
Name | Description | |
---|---|---|
AudienceUri | The audience uri found in the cookie. | |
AuthenticationValidFromUtc | ||
EncodingScheme | The type of text encoding to use on the cookie value. | |
Expires | The expiry date for the security token issued that matches the cookie. | |
IsPersistent | Should the cookie be persistant or not? | |
IssuerType | ||
IsValid | Is the cookie valid? | |
Signature | The signature found in the cookie. | |
UserKey | The user key found in the cookie. | |
UserName | The user name found in the cookie. | |
Value | The cookie value. |
Top
Methods
Name | Description | |
---|---|---|
BuildCookieValue | Builds the string that should be used as the cookie value. | |
BuildValueToSign | Builds the string that should be signed. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCookieItemCount | Gets the number of coma seperated items in the cookie value. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Initialize(String) | Initializes the object using a cookie value. | |
Initialize(String, SPSessionSecurityTokenCookieValueOption) | Initializes the object using a cookie value. | |
Initialize(IClaimsIdentity, RequestSecurityToken, DateTime) | Initializes the object using the security token service information. | |
InitializeOutgoingValidFromTime | ||
LogString | ||
MemberwiseClone | (Inherited from Object.) | |
ParseAndValidateSignature | ||
ParseAudienceUri | ||
ParseCookieValue | ||
ParseExpiry | Parses the token expiry from it's text value into a proper DateTime. | |
ParsePersisted | ||
Reset | Resets all the fields in the cookie. | |
ResetCalculatedFields | Resets the calculated fields in the object. | |
ToString | (Inherited from Object.) | |
ValidateSignature |
Top