SPSecurityTokenServiceManager.CookieValueHandlerType property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Do not use this API.")> _
Public Property CookieValueHandlerType As Type
Get
Set
'Usage
Dim instance As SPSecurityTokenServiceManager
Dim value As Type
value = instance.CookieValueHandlerType
instance.CookieValueHandlerType = value
[ObsoleteAttribute("Do not use this API.")]
public Type CookieValueHandlerType { get; set; }
Property value
Type: System.Type
See also
Reference
SPSecurityTokenServiceManager class