372 lines
10 KiB
JSON
372 lines
10 KiB
JSON
{
|
|
"AssemblyIdentity": "Microsoft.Owin.Security.Interop, Version=2.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
|
|
"Types": [
|
|
{
|
|
"Name": "Microsoft.Owin.Security.Interop.AspNetTicketDataFormat",
|
|
"Visibility": "Public",
|
|
"Kind": "Class",
|
|
"BaseType": "Microsoft.Owin.Security.DataHandler.SecureDataFormat<Microsoft.Owin.Security.AuthenticationTicket>",
|
|
"ImplementedInterfaces": [],
|
|
"Members": [
|
|
{
|
|
"Kind": "Constructor",
|
|
"Name": ".ctor",
|
|
"Parameters": [
|
|
{
|
|
"Name": "protector",
|
|
"Type": "Microsoft.Owin.Security.DataProtection.IDataProtector"
|
|
}
|
|
],
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
}
|
|
],
|
|
"GenericParameters": []
|
|
},
|
|
{
|
|
"Name": "Microsoft.Owin.Security.Interop.AspNetTicketSerializer",
|
|
"Visibility": "Public",
|
|
"Kind": "Class",
|
|
"ImplementedInterfaces": [
|
|
"Microsoft.Owin.Security.DataHandler.Serializer.IDataSerializer<Microsoft.Owin.Security.AuthenticationTicket>"
|
|
],
|
|
"Members": [
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "get_Default",
|
|
"Parameters": [],
|
|
"ReturnType": "Microsoft.Owin.Security.Interop.AspNetTicketSerializer",
|
|
"Static": true,
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "Serialize",
|
|
"Parameters": [
|
|
{
|
|
"Name": "ticket",
|
|
"Type": "Microsoft.Owin.Security.AuthenticationTicket"
|
|
}
|
|
],
|
|
"ReturnType": "System.Byte[]",
|
|
"Virtual": true,
|
|
"ImplementedInterface": "Microsoft.Owin.Security.DataHandler.Serializer.IDataSerializer<Microsoft.Owin.Security.AuthenticationTicket>",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "Deserialize",
|
|
"Parameters": [
|
|
{
|
|
"Name": "data",
|
|
"Type": "System.Byte[]"
|
|
}
|
|
],
|
|
"ReturnType": "Microsoft.Owin.Security.AuthenticationTicket",
|
|
"Virtual": true,
|
|
"ImplementedInterface": "Microsoft.Owin.Security.DataHandler.Serializer.IDataSerializer<Microsoft.Owin.Security.AuthenticationTicket>",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "Write",
|
|
"Parameters": [
|
|
{
|
|
"Name": "writer",
|
|
"Type": "System.IO.BinaryWriter"
|
|
},
|
|
{
|
|
"Name": "ticket",
|
|
"Type": "Microsoft.Owin.Security.AuthenticationTicket"
|
|
}
|
|
],
|
|
"ReturnType": "System.Void",
|
|
"Virtual": true,
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "WriteIdentity",
|
|
"Parameters": [
|
|
{
|
|
"Name": "writer",
|
|
"Type": "System.IO.BinaryWriter"
|
|
},
|
|
{
|
|
"Name": "identity",
|
|
"Type": "System.Security.Claims.ClaimsIdentity"
|
|
}
|
|
],
|
|
"ReturnType": "System.Void",
|
|
"Virtual": true,
|
|
"Visibility": "Protected",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "WriteClaim",
|
|
"Parameters": [
|
|
{
|
|
"Name": "writer",
|
|
"Type": "System.IO.BinaryWriter"
|
|
},
|
|
{
|
|
"Name": "claim",
|
|
"Type": "System.Security.Claims.Claim"
|
|
}
|
|
],
|
|
"ReturnType": "System.Void",
|
|
"Virtual": true,
|
|
"Visibility": "Protected",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "Read",
|
|
"Parameters": [
|
|
{
|
|
"Name": "reader",
|
|
"Type": "System.IO.BinaryReader"
|
|
}
|
|
],
|
|
"ReturnType": "Microsoft.Owin.Security.AuthenticationTicket",
|
|
"Virtual": true,
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "ReadIdentity",
|
|
"Parameters": [
|
|
{
|
|
"Name": "reader",
|
|
"Type": "System.IO.BinaryReader"
|
|
}
|
|
],
|
|
"ReturnType": "System.Security.Claims.ClaimsIdentity",
|
|
"Virtual": true,
|
|
"Visibility": "Protected",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "ReadClaim",
|
|
"Parameters": [
|
|
{
|
|
"Name": "reader",
|
|
"Type": "System.IO.BinaryReader"
|
|
},
|
|
{
|
|
"Name": "identity",
|
|
"Type": "System.Security.Claims.ClaimsIdentity"
|
|
}
|
|
],
|
|
"ReturnType": "System.Security.Claims.Claim",
|
|
"Virtual": true,
|
|
"Visibility": "Protected",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Constructor",
|
|
"Name": ".ctor",
|
|
"Parameters": [],
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
}
|
|
],
|
|
"GenericParameters": []
|
|
},
|
|
{
|
|
"Name": "Microsoft.Owin.Security.Interop.ChunkingCookieManager",
|
|
"Visibility": "Public",
|
|
"Kind": "Class",
|
|
"ImplementedInterfaces": [
|
|
"Microsoft.Owin.Infrastructure.ICookieManager"
|
|
],
|
|
"Members": [
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "get_ChunkSize",
|
|
"Parameters": [],
|
|
"ReturnType": "System.Nullable<System.Int32>",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "set_ChunkSize",
|
|
"Parameters": [
|
|
{
|
|
"Name": "value",
|
|
"Type": "System.Nullable<System.Int32>"
|
|
}
|
|
],
|
|
"ReturnType": "System.Void",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "get_ThrowForPartialCookies",
|
|
"Parameters": [],
|
|
"ReturnType": "System.Boolean",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "set_ThrowForPartialCookies",
|
|
"Parameters": [
|
|
{
|
|
"Name": "value",
|
|
"Type": "System.Boolean"
|
|
}
|
|
],
|
|
"ReturnType": "System.Void",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "GetRequestCookie",
|
|
"Parameters": [
|
|
{
|
|
"Name": "context",
|
|
"Type": "Microsoft.Owin.IOwinContext"
|
|
},
|
|
{
|
|
"Name": "key",
|
|
"Type": "System.String"
|
|
}
|
|
],
|
|
"ReturnType": "System.String",
|
|
"Sealed": true,
|
|
"Virtual": true,
|
|
"ImplementedInterface": "Microsoft.Owin.Infrastructure.ICookieManager",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "AppendResponseCookie",
|
|
"Parameters": [
|
|
{
|
|
"Name": "context",
|
|
"Type": "Microsoft.Owin.IOwinContext"
|
|
},
|
|
{
|
|
"Name": "key",
|
|
"Type": "System.String"
|
|
},
|
|
{
|
|
"Name": "value",
|
|
"Type": "System.String"
|
|
},
|
|
{
|
|
"Name": "options",
|
|
"Type": "Microsoft.Owin.CookieOptions"
|
|
}
|
|
],
|
|
"ReturnType": "System.Void",
|
|
"Sealed": true,
|
|
"Virtual": true,
|
|
"ImplementedInterface": "Microsoft.Owin.Infrastructure.ICookieManager",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "DeleteCookie",
|
|
"Parameters": [
|
|
{
|
|
"Name": "context",
|
|
"Type": "Microsoft.Owin.IOwinContext"
|
|
},
|
|
{
|
|
"Name": "key",
|
|
"Type": "System.String"
|
|
},
|
|
{
|
|
"Name": "options",
|
|
"Type": "Microsoft.Owin.CookieOptions"
|
|
}
|
|
],
|
|
"ReturnType": "System.Void",
|
|
"Sealed": true,
|
|
"Virtual": true,
|
|
"ImplementedInterface": "Microsoft.Owin.Infrastructure.ICookieManager",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Constructor",
|
|
"Name": ".ctor",
|
|
"Parameters": [],
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
}
|
|
],
|
|
"GenericParameters": []
|
|
},
|
|
{
|
|
"Name": "Microsoft.Owin.Security.Interop.DataProtectorShim",
|
|
"Visibility": "Public",
|
|
"Kind": "Class",
|
|
"Sealed": true,
|
|
"ImplementedInterfaces": [
|
|
"Microsoft.Owin.Security.DataProtection.IDataProtector"
|
|
],
|
|
"Members": [
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "Protect",
|
|
"Parameters": [
|
|
{
|
|
"Name": "userData",
|
|
"Type": "System.Byte[]"
|
|
}
|
|
],
|
|
"ReturnType": "System.Byte[]",
|
|
"Sealed": true,
|
|
"Virtual": true,
|
|
"ImplementedInterface": "Microsoft.Owin.Security.DataProtection.IDataProtector",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "Unprotect",
|
|
"Parameters": [
|
|
{
|
|
"Name": "protectedData",
|
|
"Type": "System.Byte[]"
|
|
}
|
|
],
|
|
"ReturnType": "System.Byte[]",
|
|
"Sealed": true,
|
|
"Virtual": true,
|
|
"ImplementedInterface": "Microsoft.Owin.Security.DataProtection.IDataProtector",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Constructor",
|
|
"Name": ".ctor",
|
|
"Parameters": [
|
|
{
|
|
"Name": "protector",
|
|
"Type": "Microsoft.AspNetCore.DataProtection.IDataProtector"
|
|
}
|
|
],
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
}
|
|
],
|
|
"GenericParameters": []
|
|
}
|
|
]
|
|
} |