Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The type of text encoding to use on the cookie value.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Public Property EncodingScheme As Encoding
Get
Set
'Usage
Dim instance As SPSessionSecurityTokenCookieValue
Dim value As Encoding
value = instance.EncodingScheme
instance.EncodingScheme = value
public Encoding EncodingScheme { get; set; }
Property value
Type: System.Text.Encoding
See also
Reference
SPSessionSecurityTokenCookieValue class