CookieInterop.CreateSharedDataFormat(DirectoryInfo, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>