Share via


SPSessionSecurityTokenCookieValue.EncodingScheme property

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

SPSessionSecurityTokenCookieValue members

Microsoft.SharePoint.IdentityModel namespace