Share via


CookieInterop.CreateSharedDataFormat(DirectoryInfo, String) Method

Definition

public:
 static Microsoft::Owin::Security::ISecureDataFormat<Microsoft::Owin::Security::AuthenticationTicket ^> ^ CreateSharedDataFormat(System::IO::DirectoryInfo ^ keyDirectory, System::String ^ authenticationType);
public static Microsoft.Owin.Security.ISecureDataFormat<Microsoft.Owin.Security.AuthenticationTicket> CreateSharedDataFormat (System.IO.DirectoryInfo keyDirectory, string authenticationType);
static member CreateSharedDataFormat : System.IO.DirectoryInfo * string -> Microsoft.Owin.Security.ISecureDataFormat<Microsoft.Owin.Security.AuthenticationTicket>
Public Shared Function CreateSharedDataFormat (keyDirectory As DirectoryInfo, authenticationType As String) As ISecureDataFormat(Of AuthenticationTicket)

Parameters

keyDirectory
DirectoryInfo
authenticationType
String

Returns

Microsoft.Owin.Security.ISecureDataFormat<Microsoft.Owin.Security.AuthenticationTicket>

Applies to