Update 07082021

This commit is contained in:
2021-08-07 09:44:37 +02:00
parent 1ff218a129
commit 4d443fdfd4
5663 changed files with 6581858 additions and 1321 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,5 @@
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
</configSections>
</configuration>

View File

@@ -0,0 +1,5 @@
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
</configSections>
</configuration>

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,48 @@
TOPIC
about_EntityFramework
SHORT DESCRIPTION
Provides information about Entity Framework commands.
LONG DESCRIPTION
This topic describes the Entity Framework commands. Entity Framework is
Microsoft's recommended data access technology for new applications.
The following Entity Framework cmdlets are used with Entity Framework
Migrations.
Cmdlet Description
----------------- ---------------------------------------------------
Enable-Migrations Enables Code First Migrations in a project.
Add-Migration Scaffolds a migration script for any pending model
changes.
Update-Database Applies any pending migrations to the database.
Get-Migrations Displays the migrations that have been applied to
the target database.
The following Entity Framework cmdlets are used by NuGet packages that
install Entity Framework providers. These commands are not usually used as
part of normal application development.
Cmdlet Description
------------------------------ ---------------------------------------
Add-EFProvider Adds or updates an Entity Framework
provider entry in the project config
file.
Add-EFDefaultConnectionFactory Adds or updates an Entity Framework
default connection factory in the
project config file.
Initialize-EFConfiguration Initializes the Entity Framework
section in the project config file and
sets defaults.
SEE ALSO
Enable-Migrations
Add-Migration
Update-Database
Get-Migrations

View File

@@ -0,0 +1,155 @@
param($installPath, $toolsPath, $package, $project)
if (Get-Module | ?{ $_.Name -eq 'EntityFramework' })
{
Remove-Module EntityFramework
}
Import-Module (Join-Path $toolsPath EntityFramework.psd1)
# SIG # Begin signature block
# MIIa3gYJKoZIhvcNAQcCoIIazzCCGssCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB
# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR
# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUjXj4E03IfImYfKMB4CA3DfY0
# KZmgghWAMIIEwjCCA6qgAwIBAgITMwAAAMDeLD0HlORJeQAAAAAAwDANBgkqhkiG
# 9w0BAQUFADB3MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4G
# A1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSEw
# HwYDVQQDExhNaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EwHhcNMTYwOTA3MTc1ODUw
# WhcNMTgwOTA3MTc1ODUwWjCBsjELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hp
# bmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jw
# b3JhdGlvbjEMMAoGA1UECxMDQU9DMScwJQYDVQQLEx5uQ2lwaGVyIERTRSBFU046
# N0FCNS0yREYyLURBM0YxJTAjBgNVBAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1wIFNl
# cnZpY2UwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDoiKVSfklVAB4E
# Oc9+r95kl32muXNITYcTbaRtuJl+MQzEnD0eU2JUXx2mI06ONnTfFW39ZQPF1pvU
# WkHBrS6m8oKy7Em4Ol91RJ5Knwy1VvY2Tawqh+VxwdARRgOeFtFm0S+Pa+BrXtVU
# hTtGl0BGMsKGEQKdDNGJD259Iq47qPLw3CmllE3/YFw1GGoJ9C3ry+I7ntxIjJYB
# LXA122vw93OOD/zWFh1SVq2AejPxcjKtHH2hjoeTKwkFeMNtIekrUSvhbuCGxW5r
# 54KW0Yus4o8392l9Vz8lSEn2j/TgPTqD6EZlzkpw54VSwede/vyqgZIrRbat0bAh
# b8doY8vDAgMBAAGjggEJMIIBBTAdBgNVHQ4EFgQUFf5K2jOJ0xmF1WRZxNxTQRBP
# tzUwHwYDVR0jBBgwFoAUIzT42VJGcArtQPt2+7MrsMM1sw8wVAYDVR0fBE0wSzBJ
# oEegRYZDaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraS9jcmwvcHJvZHVjdHMv
# TWljcm9zb2Z0VGltZVN0YW1wUENBLmNybDBYBggrBgEFBQcBAQRMMEowSAYIKwYB
# BQUHMAKGPGh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2kvY2VydHMvTWljcm9z
# b2Z0VGltZVN0YW1wUENBLmNydDATBgNVHSUEDDAKBggrBgEFBQcDCDANBgkqhkiG
# 9w0BAQUFAAOCAQEAGeJAuzJMR+kovMi8RK/LtfrKazWlR5Lx02hM9GFmMk1zWCSc
# pfVY6xqfzWFllCFHBtOaJZqLiV97jfNCLpG0PULz24CWSkG7jJ+mZaCSicZ7ZC3b
# WDh1zpc54llYVyyTkRVYx/mtc9GujqbS8CBZgjaT/JsECnvGAPUcLYuSGt53CU1b
# UuiNwuzAhai4glcYyq3/7qMmmAtbnbCZhR5ySoMy7BwdzN70drLtafCJQncfAHXV
# O5r6SX4U/2J2zvWhA8lqhZu9SRulFGRvf81VTf+k5rJ2TjL6dYtSchooJ5YVvUk6
# i7bfV0VBN8xpaUhk8jbBnxhDPKIvDvnZlhPuJjCCBOswggPToAMCAQICEzMAAAF4
# JVq1zSPGX5UAAQAAAXgwDQYJKoZIhvcNAQEFBQAweTELMAkGA1UEBhMCVVMxEzAR
# BgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1p
# Y3Jvc29mdCBDb3Jwb3JhdGlvbjEjMCEGA1UEAxMaTWljcm9zb2Z0IENvZGUgU2ln
# bmluZyBQQ0EwHhcNMTcwODExMjAxMTE1WhcNMTgwODExMjAxMTE1WjCBgjELMAkG
# A1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx
# HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEMMAoGA1UECxMDQU9DMR4w
# HAYDVQQDExVNaWNyb3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUA
# A4IBDwAwggEKAoIBAQCZbh1TVaudsrIbXUPPB9c8S+E+dKSbskHKYlG6SGTH8jhT
# hpuvGiAO87F2b9GHVN+DvszaMkGy/xQgHaGEJLfpnb3kpakic7E0bjDHdG4KnHRb
# no/wfUkGLfS79o+cw//RY8Ck6yE+0czDBcxp0Gbw5JyGP+KFqvzRR/3Tv3nt/5x0
# 5ZnEOHYP+eDVikDvn/DH+oxxtiCfX3tkvtm/yX4eOb47YdmYKQjCgz2+Nil/lupY
# vU0QFIjvke3jshqQINDng/vO9ys2qA0ex/q5hlLKQTST99dGoM86Ge6F723ReToq
# KnGLN8kiCG7uNapOAIQrpCHZq96CVumiaA5ZvxU9AgMBAAGjggFgMIIBXDATBgNV
# HSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUjuhtD3FD7tk/RKloJFX05cpgLjcw
# UQYDVR0RBEowSKRGMEQxDDAKBgNVBAsTA0FPQzE0MDIGA1UEBRMrMjI5ODAzKzFh
# YmY5ZTVmLWNlZDAtNDJlNi1hNjVkLWQ5MzUwOTU5ZmUwZTAfBgNVHSMEGDAWgBTL
# EejK0rQWWAHJNy4zFha5TJoKHzBWBgNVHR8ETzBNMEugSaBHhkVodHRwOi8vY3Js
# Lm1pY3Jvc29mdC5jb20vcGtpL2NybC9wcm9kdWN0cy9NaWNDb2RTaWdQQ0FfMDgt
# MzEtMjAxMC5jcmwwWgYIKwYBBQUHAQEETjBMMEoGCCsGAQUFBzAChj5odHRwOi8v
# d3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY0NvZFNpZ1BDQV8wOC0zMS0y
# MDEwLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAYnG/oHG/xgZYR8NAMHZ/vE9GM0e4
# 7YdhuTea2uY7pSGwM707wp8Wan0Fa6evK1PWfcd/XNOh2BpEv5o8RmKDoEsG0ECP
# 13Jug7cklfKreBVHQ+Djg43VVFLZpuo7aOAVK6wjlcnpPUtn+SfH9K0aM2FjDKVJ
# FW6XFKXBat5R+Zp6uOxWTxpSeMTeDC5zF6IY6ogR1uzU+9EQoRlAvkwX6po+exEL
# nMLr4++P+fqOxIU+PODIoB8ijClAqwwKvLlMPa3qlrNHt+LweTMu7lvGC/RA18wU
# zzXAeomuZ03blUw+bkOiVgWOk4S0RN7EnW7zjJV8gd/+G2dbToUi1cB/fTCCBbww
# ggOkoAMCAQICCmEzJhoAAAAAADEwDQYJKoZIhvcNAQEFBQAwXzETMBEGCgmSJomT
# 8ixkARkWA2NvbTEZMBcGCgmSJomT8ixkARkWCW1pY3Jvc29mdDEtMCsGA1UEAxMk
# TWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MB4XDTEwMDgzMTIy
# MTkzMloXDTIwMDgzMTIyMjkzMloweTELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldh
# c2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBD
# b3Jwb3JhdGlvbjEjMCEGA1UEAxMaTWljcm9zb2Z0IENvZGUgU2lnbmluZyBQQ0Ew
# ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCycllcGTBkvx2aYCAgQpl2
# U2w+G9ZvzMvx6mv+lxYQ4N86dIMaty+gMuz/3sJCTiPVcgDbNVcKicquIEn08Gis
# TUuNpb15S3GbRwfa/SXfnXWIz6pzRH/XgdvzvfI2pMlcRdyvrT3gKGiXGqelcnNW
# 8ReU5P01lHKg1nZfHndFg4U4FtBzWwW6Z1KNpbJpL9oZC/6SdCnidi9U3RQwWfjS
# jWL9y8lfRjFQuScT5EAwz3IpECgixzdOPaAyPZDNoTgGhVxOVoIoKgUyt0vXT2Pn
# 0i1i8UU956wIAPZGoZ7RW4wmU+h6qkryRs83PDietHdcpReejcsRj1Y8wawJXwPT
# AgMBAAGjggFeMIIBWjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTLEejK0rQW
# WAHJNy4zFha5TJoKHzALBgNVHQ8EBAMCAYYwEgYJKwYBBAGCNxUBBAUCAwEAATAj
# BgkrBgEEAYI3FQIEFgQU/dExTtMmipXhmGA7qDFvpjy82C0wGQYJKwYBBAGCNxQC
# BAweCgBTAHUAYgBDAEEwHwYDVR0jBBgwFoAUDqyCYEBWJ5flJRP8KuEKU5VZ5KQw
# UAYDVR0fBEkwRzBFoEOgQYY/aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraS9j
# cmwvcHJvZHVjdHMvbWljcm9zb2Z0cm9vdGNlcnQuY3JsMFQGCCsGAQUFBwEBBEgw
# RjBEBggrBgEFBQcwAoY4aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3BraS9jZXJ0
# cy9NaWNyb3NvZnRSb290Q2VydC5jcnQwDQYJKoZIhvcNAQEFBQADggIBAFk5Pn8m
# Rq/rb0CxMrVq6w4vbqhJ9+tfde1MOy3XQ60L/svpLTGjI8x8UJiAIV2sPS9MuqKo
# VpzjcLu4tPh5tUly9z7qQX/K4QwXaculnCAt+gtQxFbNLeNK0rxw56gNogOlVuC4
# iktX8pVCnPHz7+7jhh80PLhWmvBTI4UqpIIck+KUBx3y4k74jKHK6BOlkU7IG9KP
# cpUqcW2bGvgc8FPWZ8wi/1wdzaKMvSeyeWNWRKJRzfnpo1hW3ZsCRUQvX/TartSC
# Mm78pJUT5Otp56miLL7IKxAOZY6Z2/Wi+hImCWU4lPF6H0q70eFW6NB4lhhcyTUW
# X92THUmOLb6tNEQc7hAVGgBd3TVbIc6YxwnuhQ6MT20OE049fClInHLR82zKwexw
# o1eSV32UjaAbSANa98+jZwp0pTbtLS8XyOZyNxL0b7E8Z4L5UrKNMxZlHg6K3RDe
# ZPRvzkbU0xfpecQEtNP7LN8fip6sCvsTJ0Ct5PnhqX9GuwdgR2VgQE6wQuxO7bN2
# edgKNAltHIAxH+IOVN3lofvlRxCtZJj/UBYufL8FIXrilUEnacOTj5XJjdibIa4N
# XJzwoq6GaIMMai27dmsAHZat8hZ79haDJLmIz2qoRzEvmtzjcT3XAH5iR9HOiMm4
# GPoOco3Boz2vAkBq/2mbluIQqBC0N1AI1sM9MIIGBzCCA++gAwIBAgIKYRZoNAAA
# AAAAHDANBgkqhkiG9w0BAQUFADBfMRMwEQYKCZImiZPyLGQBGRYDY29tMRkwFwYK
# CZImiZPyLGQBGRYJbWljcm9zb2Z0MS0wKwYDVQQDEyRNaWNyb3NvZnQgUm9vdCBD
# ZXJ0aWZpY2F0ZSBBdXRob3JpdHkwHhcNMDcwNDAzMTI1MzA5WhcNMjEwNDAzMTMw
# MzA5WjB3MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE
# BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSEwHwYD
# VQQDExhNaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EwggEiMA0GCSqGSIb3DQEBAQUA
# A4IBDwAwggEKAoIBAQCfoWyx39tIkip8ay4Z4b3i48WZUSNQrc7dGE4kD+7Rp9FM
# rXQwIBHrB9VUlRVJlBtCkq6YXDAm2gBr6Hu97IkHD/cOBJjwicwfyzMkh53y9Gcc
# LPx754gd6udOo6HBI1PKjfpFzwnQXq/QsEIEovmmbJNn1yjcRlOwhtDlKEYuJ6yG
# T1VSDOQDLPtqkJAwbofzWTCd+n7Wl7PoIZd++NIT8wi3U21StEWQn0gASkdmEScp
# ZqiX5NMGgUqi+YSnEUcUCYKfhO1VeP4Bmh1QCIUAEDBG7bfeI0a7xC1Un68eeEEx
# d8yb3zuDk6FhArUdDbH895uyAc4iS1T/+QXDwiALAgMBAAGjggGrMIIBpzAPBgNV
# HRMBAf8EBTADAQH/MB0GA1UdDgQWBBQjNPjZUkZwCu1A+3b7syuwwzWzDzALBgNV
# HQ8EBAMCAYYwEAYJKwYBBAGCNxUBBAMCAQAwgZgGA1UdIwSBkDCBjYAUDqyCYEBW
# J5flJRP8KuEKU5VZ5KShY6RhMF8xEzARBgoJkiaJk/IsZAEZFgNjb20xGTAXBgoJ
# kiaJk/IsZAEZFgltaWNyb3NvZnQxLTArBgNVBAMTJE1pY3Jvc29mdCBSb290IENl
# cnRpZmljYXRlIEF1dGhvcml0eYIQea0WoUqgpa1Mc1j0BxMuZTBQBgNVHR8ESTBH
# MEWgQ6BBhj9odHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2NybC9wcm9kdWN0
# cy9taWNyb3NvZnRyb290Y2VydC5jcmwwVAYIKwYBBQUHAQEESDBGMEQGCCsGAQUF
# BzAChjhodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY3Jvc29m
# dFJvb3RDZXJ0LmNydDATBgNVHSUEDDAKBggrBgEFBQcDCDANBgkqhkiG9w0BAQUF
# AAOCAgEAEJeKw1wDRDbd6bStd9vOeVFNAbEudHFbbQwTq86+e4+4LtQSooxtYrhX
# AstOIBNQmd16QOJXu69YmhzhHQGGrLt48ovQ7DsB7uK+jwoFyI1I4vBTFd1Pq5Lk
# 541q1YDB5pTyBi+FA+mRKiQicPv2/OR4mS4N9wficLwYTp2OawpylbihOZxnLcVR
# DupiXD8WmIsgP+IHGjL5zDFKdjE9K3ILyOpwPf+FChPfwgphjvDXuBfrTot/xTUr
# XqO/67x9C0J71FNyIe4wyrt4ZVxbARcKFA7S2hSY9Ty5ZlizLS/n+YWGzFFW6J1w
# lGysOUzU9nm/qhh6YinvopspNAZ3GmLJPR5tH4LwC8csu89Ds+X57H2146SodDW4
# TsVxIxImdgs8UoxxWkZDFLyzs7BNZ8ifQv+AeSGAnhUwZuhCEl4ayJ4iIdBD6Svp
# u/RIzCzU2DKATCYqSCRfWupW76bemZ3KOm+9gSd0BhHudiG/m4LBJ1S2sWo9iaF2
# YbRuoROmv6pH8BJv/YoybLL+31HIjCPJZr2dHYcSZAI9La9Zj7jkIeW1sMpjtHhU
# BdRBLlCslLCleKuzoJZ1GtmShxN1Ii8yqAhuoFuMJb+g74TKIdbrHk/Jmu5J4PcB
# ZW+JC33Iacjmbuqnl84xKf8OxVtc2E0bodj6L54/LlUWa8kTo/0xggTIMIIExAIB
# ATCBkDB5MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE
# BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSMwIQYD
# VQQDExpNaWNyb3NvZnQgQ29kZSBTaWduaW5nIFBDQQITMwAAAXglWrXNI8ZflQAB
# AAABeDAJBgUrDgMCGgUAoIHhMBkGCSqGSIb3DQEJAzEMBgorBgEEAYI3AgEEMBwG
# CisGAQQBgjcCAQsxDjAMBgorBgEEAYI3AgEVMCMGCSqGSIb3DQEJBDEWBBTq02RG
# y+pjEYntEMXja7SF8TbmOjCBgAYKKwYBBAGCNwIBDDFyMHCgUoBQAEUAbgB0AGkA
# dAB5ACAARgByAGEAbQBlAHcAbwByAGsAIABUAG8AbwBsAHMAIABmAG8AcgAgAFYA
# aQBzAHUAYQBsACAAUwB0AHUAZABpAG+hGoAYaHR0cDovL21zZG4uY29tL2RhdGEv
# ZWYgMA0GCSqGSIb3DQEBAQUABIIBAHQSKzEL3TItnbRhSBIYMFwe3udOxpA/S2dB
# gUgxV1NkH+j0UbOnslGkt8gDBIlFre+2F+b7U4dnBiOjhizMyeAKSHYGdHqSoDJ0
# lM4D5tuTSnoJ8FZtem/IjyBgKCmFMv05/ivF2StQ/nBhLj0QYcF4S9NZXj6JKFNa
# WZJjFRaMRbkyvyD+p22Y1FyvcZPetZfoBYXs7GoaDdLvwrvfjKFwv4YGZ40WIGDX
# 566IZCmnpMNJ2bfj8rNZUQBi8SZocFfAPw+9r/FLz51UTrKB0YRCBTXeWMYOJRpt
# 6is5bbSLYJz7Y/BvoLy1Lt+BaqJEntP2lB3RvSsEm+BZOtDCcAahggIoMIICJAYJ
# KoZIhvcNAQkGMYICFTCCAhECAQEwgY4wdzELMAkGA1UEBhMCVVMxEzARBgNVBAgT
# Cldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29m
# dCBDb3Jwb3JhdGlvbjEhMB8GA1UEAxMYTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENB
# AhMzAAAAwN4sPQeU5El5AAAAAADAMAkGBSsOAwIaBQCgXTAYBgkqhkiG9w0BCQMx
# CwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xNzEwMjMyMDEzNDVaMCMGCSqG
# SIb3DQEJBDEWBBSn3QkcYO648MmwXthSXKh2NV8R9TANBgkqhkiG9w0BAQUFAASC
# AQCnYTuQPUR6cHCGZStrauV4FQS+OC0dCo7D+mHETHYnDfgRKAloSQFBSqCm4C2+
# GH20vmak1LgnN48Gc7YBQ4tXyW0HXo8yfCJDBeaF1tYGGLIMPthq3Pqu0+mqrJ2C
# rklJw6+cKsF9+ESo9hoTCf3qztNjbEtaXrsakX+dALcMzJ4ism2oh5bUHd6CxWfF
# Z/xLn4VQxzmZUSPbnhkIAoPwauAswHi1jgqo7Qd0HSIKHGNex7SOGgBfTWD4gCe4
# IzGJlFFmCT6pFsjvreEnaQLNBv+yOj9P1Pf4MDVrNQn0OLeWSxfpf+XfgECLi0LS
# QMxcy5Q0PezBaxQKzBTp39mT
# SIG # End signature block

View File

@@ -0,0 +1,154 @@
param($installPath, $toolsPath, $package, $project)
Initialize-EFConfiguration $project
Add-EFProvider $project 'System.Data.SqlClient' 'System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer'
Write-Host
Write-Host "Type 'get-help EntityFramework' to see all available Entity Framework commands."
# SIG # Begin signature block
# MIIa3gYJKoZIhvcNAQcCoIIazzCCGssCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB
# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR
# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUt8mwpdjiFmu2B4KBh+vEeQ+V
# VnSgghWAMIIEwjCCA6qgAwIBAgITMwAAALu2dyRxSiAAIAAAAAAAuzANBgkqhkiG
# 9w0BAQUFADB3MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4G
# A1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSEw
# HwYDVQQDExhNaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EwHhcNMTYwOTA3MTc1ODQ3
# WhcNMTgwOTA3MTc1ODQ3WjCBsjELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hp
# bmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jw
# b3JhdGlvbjEMMAoGA1UECxMDQU9DMScwJQYDVQQLEx5uQ2lwaGVyIERTRSBFU046
# MERFOC0yREM1LTNDQTkxJTAjBgNVBAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1wIFNl
# cnZpY2UwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC48+U38sLxQNu8
# OO1wnT9mKeHv+f/jxafTFXzx9VF59IK/n/jLv4HIXt8ucy3KjBTM5Jf6D0nQlI4h
# Sizjrn6lO61q+V8oZiYYhjgR258rg8MDIrPpZMxK6OmD0d1wtksHW1cG21YKg5jg
# idT2hmQBpiL9Cra3ccY5keu0kl6OfZFoj4DF0i0JRVFSy1C9gKP4H950XIjlA2Yo
# TWN0LuHEHYMvwD1mOpAq2dVwPZh6xeNnpV8U/qLneyb9I/SqY/87tsZCn4FH7R3x
# 0TgK2eRwpWXfwGbUb1R/UTLd20aQ+my4NWwSsndeG+0vsYwaF40heB2lo1ThmByr
# OTBmEosTAgMBAAGjggEJMIIBBTAdBgNVHQ4EFgQUj9yNX+4+R8GZ7rcy4MdnJHXO
# KkswHwYDVR0jBBgwFoAUIzT42VJGcArtQPt2+7MrsMM1sw8wVAYDVR0fBE0wSzBJ
# oEegRYZDaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraS9jcmwvcHJvZHVjdHMv
# TWljcm9zb2Z0VGltZVN0YW1wUENBLmNybDBYBggrBgEFBQcBAQRMMEowSAYIKwYB
# BQUHMAKGPGh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2kvY2VydHMvTWljcm9z
# b2Z0VGltZVN0YW1wUENBLmNydDATBgNVHSUEDDAKBggrBgEFBQcDCDANBgkqhkiG
# 9w0BAQUFAAOCAQEAcMI8Q0PxQVvxZSD1fjszuD6VF/qPZjKZj9WLTjWjZT2k9lzG
# yvSL7vy9J7lnyMATrbm5ptqAfdonNygLaBm05MnrIvgPJYK89wyTIyS1u71ro7z+
# EVrGPaKZiD+WvH8SWP+OWZQNf55fEL8tZo+a1oHm3lUARi5rR916OQvb4UnCENyV
# g8IfmupnwpxHcmIBUWZtTKAuKmuX/c8G2z4KJ8WhruYjPDWYQXJrQ5t7PhZa19Ge
# kOOtigge9EKIAWhZUJkw9fnfRm2IFX0gWtOzRXVNhR109ISacbNxd0oUboRYHmlq
# wGrOz64/3SDdOeN7PjvLwFmThuoXIsxrjQD8ODCCBOswggPToAMCAQICEzMAAAF4
# JVq1zSPGX5UAAQAAAXgwDQYJKoZIhvcNAQEFBQAweTELMAkGA1UEBhMCVVMxEzAR
# BgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1p
# Y3Jvc29mdCBDb3Jwb3JhdGlvbjEjMCEGA1UEAxMaTWljcm9zb2Z0IENvZGUgU2ln
# bmluZyBQQ0EwHhcNMTcwODExMjAxMTE1WhcNMTgwODExMjAxMTE1WjCBgjELMAkG
# A1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx
# HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEMMAoGA1UECxMDQU9DMR4w
# HAYDVQQDExVNaWNyb3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUA
# A4IBDwAwggEKAoIBAQCZbh1TVaudsrIbXUPPB9c8S+E+dKSbskHKYlG6SGTH8jhT
# hpuvGiAO87F2b9GHVN+DvszaMkGy/xQgHaGEJLfpnb3kpakic7E0bjDHdG4KnHRb
# no/wfUkGLfS79o+cw//RY8Ck6yE+0czDBcxp0Gbw5JyGP+KFqvzRR/3Tv3nt/5x0
# 5ZnEOHYP+eDVikDvn/DH+oxxtiCfX3tkvtm/yX4eOb47YdmYKQjCgz2+Nil/lupY
# vU0QFIjvke3jshqQINDng/vO9ys2qA0ex/q5hlLKQTST99dGoM86Ge6F723ReToq
# KnGLN8kiCG7uNapOAIQrpCHZq96CVumiaA5ZvxU9AgMBAAGjggFgMIIBXDATBgNV
# HSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUjuhtD3FD7tk/RKloJFX05cpgLjcw
# UQYDVR0RBEowSKRGMEQxDDAKBgNVBAsTA0FPQzE0MDIGA1UEBRMrMjI5ODAzKzFh
# YmY5ZTVmLWNlZDAtNDJlNi1hNjVkLWQ5MzUwOTU5ZmUwZTAfBgNVHSMEGDAWgBTL
# EejK0rQWWAHJNy4zFha5TJoKHzBWBgNVHR8ETzBNMEugSaBHhkVodHRwOi8vY3Js
# Lm1pY3Jvc29mdC5jb20vcGtpL2NybC9wcm9kdWN0cy9NaWNDb2RTaWdQQ0FfMDgt
# MzEtMjAxMC5jcmwwWgYIKwYBBQUHAQEETjBMMEoGCCsGAQUFBzAChj5odHRwOi8v
# d3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY0NvZFNpZ1BDQV8wOC0zMS0y
# MDEwLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAYnG/oHG/xgZYR8NAMHZ/vE9GM0e4
# 7YdhuTea2uY7pSGwM707wp8Wan0Fa6evK1PWfcd/XNOh2BpEv5o8RmKDoEsG0ECP
# 13Jug7cklfKreBVHQ+Djg43VVFLZpuo7aOAVK6wjlcnpPUtn+SfH9K0aM2FjDKVJ
# FW6XFKXBat5R+Zp6uOxWTxpSeMTeDC5zF6IY6ogR1uzU+9EQoRlAvkwX6po+exEL
# nMLr4++P+fqOxIU+PODIoB8ijClAqwwKvLlMPa3qlrNHt+LweTMu7lvGC/RA18wU
# zzXAeomuZ03blUw+bkOiVgWOk4S0RN7EnW7zjJV8gd/+G2dbToUi1cB/fTCCBbww
# ggOkoAMCAQICCmEzJhoAAAAAADEwDQYJKoZIhvcNAQEFBQAwXzETMBEGCgmSJomT
# 8ixkARkWA2NvbTEZMBcGCgmSJomT8ixkARkWCW1pY3Jvc29mdDEtMCsGA1UEAxMk
# TWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MB4XDTEwMDgzMTIy
# MTkzMloXDTIwMDgzMTIyMjkzMloweTELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldh
# c2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBD
# b3Jwb3JhdGlvbjEjMCEGA1UEAxMaTWljcm9zb2Z0IENvZGUgU2lnbmluZyBQQ0Ew
# ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCycllcGTBkvx2aYCAgQpl2
# U2w+G9ZvzMvx6mv+lxYQ4N86dIMaty+gMuz/3sJCTiPVcgDbNVcKicquIEn08Gis
# TUuNpb15S3GbRwfa/SXfnXWIz6pzRH/XgdvzvfI2pMlcRdyvrT3gKGiXGqelcnNW
# 8ReU5P01lHKg1nZfHndFg4U4FtBzWwW6Z1KNpbJpL9oZC/6SdCnidi9U3RQwWfjS
# jWL9y8lfRjFQuScT5EAwz3IpECgixzdOPaAyPZDNoTgGhVxOVoIoKgUyt0vXT2Pn
# 0i1i8UU956wIAPZGoZ7RW4wmU+h6qkryRs83PDietHdcpReejcsRj1Y8wawJXwPT
# AgMBAAGjggFeMIIBWjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTLEejK0rQW
# WAHJNy4zFha5TJoKHzALBgNVHQ8EBAMCAYYwEgYJKwYBBAGCNxUBBAUCAwEAATAj
# BgkrBgEEAYI3FQIEFgQU/dExTtMmipXhmGA7qDFvpjy82C0wGQYJKwYBBAGCNxQC
# BAweCgBTAHUAYgBDAEEwHwYDVR0jBBgwFoAUDqyCYEBWJ5flJRP8KuEKU5VZ5KQw
# UAYDVR0fBEkwRzBFoEOgQYY/aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraS9j
# cmwvcHJvZHVjdHMvbWljcm9zb2Z0cm9vdGNlcnQuY3JsMFQGCCsGAQUFBwEBBEgw
# RjBEBggrBgEFBQcwAoY4aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3BraS9jZXJ0
# cy9NaWNyb3NvZnRSb290Q2VydC5jcnQwDQYJKoZIhvcNAQEFBQADggIBAFk5Pn8m
# Rq/rb0CxMrVq6w4vbqhJ9+tfde1MOy3XQ60L/svpLTGjI8x8UJiAIV2sPS9MuqKo
# VpzjcLu4tPh5tUly9z7qQX/K4QwXaculnCAt+gtQxFbNLeNK0rxw56gNogOlVuC4
# iktX8pVCnPHz7+7jhh80PLhWmvBTI4UqpIIck+KUBx3y4k74jKHK6BOlkU7IG9KP
# cpUqcW2bGvgc8FPWZ8wi/1wdzaKMvSeyeWNWRKJRzfnpo1hW3ZsCRUQvX/TartSC
# Mm78pJUT5Otp56miLL7IKxAOZY6Z2/Wi+hImCWU4lPF6H0q70eFW6NB4lhhcyTUW
# X92THUmOLb6tNEQc7hAVGgBd3TVbIc6YxwnuhQ6MT20OE049fClInHLR82zKwexw
# o1eSV32UjaAbSANa98+jZwp0pTbtLS8XyOZyNxL0b7E8Z4L5UrKNMxZlHg6K3RDe
# ZPRvzkbU0xfpecQEtNP7LN8fip6sCvsTJ0Ct5PnhqX9GuwdgR2VgQE6wQuxO7bN2
# edgKNAltHIAxH+IOVN3lofvlRxCtZJj/UBYufL8FIXrilUEnacOTj5XJjdibIa4N
# XJzwoq6GaIMMai27dmsAHZat8hZ79haDJLmIz2qoRzEvmtzjcT3XAH5iR9HOiMm4
# GPoOco3Boz2vAkBq/2mbluIQqBC0N1AI1sM9MIIGBzCCA++gAwIBAgIKYRZoNAAA
# AAAAHDANBgkqhkiG9w0BAQUFADBfMRMwEQYKCZImiZPyLGQBGRYDY29tMRkwFwYK
# CZImiZPyLGQBGRYJbWljcm9zb2Z0MS0wKwYDVQQDEyRNaWNyb3NvZnQgUm9vdCBD
# ZXJ0aWZpY2F0ZSBBdXRob3JpdHkwHhcNMDcwNDAzMTI1MzA5WhcNMjEwNDAzMTMw
# MzA5WjB3MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE
# BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSEwHwYD
# VQQDExhNaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EwggEiMA0GCSqGSIb3DQEBAQUA
# A4IBDwAwggEKAoIBAQCfoWyx39tIkip8ay4Z4b3i48WZUSNQrc7dGE4kD+7Rp9FM
# rXQwIBHrB9VUlRVJlBtCkq6YXDAm2gBr6Hu97IkHD/cOBJjwicwfyzMkh53y9Gcc
# LPx754gd6udOo6HBI1PKjfpFzwnQXq/QsEIEovmmbJNn1yjcRlOwhtDlKEYuJ6yG
# T1VSDOQDLPtqkJAwbofzWTCd+n7Wl7PoIZd++NIT8wi3U21StEWQn0gASkdmEScp
# ZqiX5NMGgUqi+YSnEUcUCYKfhO1VeP4Bmh1QCIUAEDBG7bfeI0a7xC1Un68eeEEx
# d8yb3zuDk6FhArUdDbH895uyAc4iS1T/+QXDwiALAgMBAAGjggGrMIIBpzAPBgNV
# HRMBAf8EBTADAQH/MB0GA1UdDgQWBBQjNPjZUkZwCu1A+3b7syuwwzWzDzALBgNV
# HQ8EBAMCAYYwEAYJKwYBBAGCNxUBBAMCAQAwgZgGA1UdIwSBkDCBjYAUDqyCYEBW
# J5flJRP8KuEKU5VZ5KShY6RhMF8xEzARBgoJkiaJk/IsZAEZFgNjb20xGTAXBgoJ
# kiaJk/IsZAEZFgltaWNyb3NvZnQxLTArBgNVBAMTJE1pY3Jvc29mdCBSb290IENl
# cnRpZmljYXRlIEF1dGhvcml0eYIQea0WoUqgpa1Mc1j0BxMuZTBQBgNVHR8ESTBH
# MEWgQ6BBhj9odHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2NybC9wcm9kdWN0
# cy9taWNyb3NvZnRyb290Y2VydC5jcmwwVAYIKwYBBQUHAQEESDBGMEQGCCsGAQUF
# BzAChjhodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY3Jvc29m
# dFJvb3RDZXJ0LmNydDATBgNVHSUEDDAKBggrBgEFBQcDCDANBgkqhkiG9w0BAQUF
# AAOCAgEAEJeKw1wDRDbd6bStd9vOeVFNAbEudHFbbQwTq86+e4+4LtQSooxtYrhX
# AstOIBNQmd16QOJXu69YmhzhHQGGrLt48ovQ7DsB7uK+jwoFyI1I4vBTFd1Pq5Lk
# 541q1YDB5pTyBi+FA+mRKiQicPv2/OR4mS4N9wficLwYTp2OawpylbihOZxnLcVR
# DupiXD8WmIsgP+IHGjL5zDFKdjE9K3ILyOpwPf+FChPfwgphjvDXuBfrTot/xTUr
# XqO/67x9C0J71FNyIe4wyrt4ZVxbARcKFA7S2hSY9Ty5ZlizLS/n+YWGzFFW6J1w
# lGysOUzU9nm/qhh6YinvopspNAZ3GmLJPR5tH4LwC8csu89Ds+X57H2146SodDW4
# TsVxIxImdgs8UoxxWkZDFLyzs7BNZ8ifQv+AeSGAnhUwZuhCEl4ayJ4iIdBD6Svp
# u/RIzCzU2DKATCYqSCRfWupW76bemZ3KOm+9gSd0BhHudiG/m4LBJ1S2sWo9iaF2
# YbRuoROmv6pH8BJv/YoybLL+31HIjCPJZr2dHYcSZAI9La9Zj7jkIeW1sMpjtHhU
# BdRBLlCslLCleKuzoJZ1GtmShxN1Ii8yqAhuoFuMJb+g74TKIdbrHk/Jmu5J4PcB
# ZW+JC33Iacjmbuqnl84xKf8OxVtc2E0bodj6L54/LlUWa8kTo/0xggTIMIIExAIB
# ATCBkDB5MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE
# BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSMwIQYD
# VQQDExpNaWNyb3NvZnQgQ29kZSBTaWduaW5nIFBDQQITMwAAAXglWrXNI8ZflQAB
# AAABeDAJBgUrDgMCGgUAoIHhMBkGCSqGSIb3DQEJAzEMBgorBgEEAYI3AgEEMBwG
# CisGAQQBgjcCAQsxDjAMBgorBgEEAYI3AgEVMCMGCSqGSIb3DQEJBDEWBBSYs3+C
# WsAb+LOoocEiqHmU0Q3ALzCBgAYKKwYBBAGCNwIBDDFyMHCgUoBQAEUAbgB0AGkA
# dAB5ACAARgByAGEAbQBlAHcAbwByAGsAIABUAG8AbwBsAHMAIABmAG8AcgAgAFYA
# aQBzAHUAYQBsACAAUwB0AHUAZABpAG+hGoAYaHR0cDovL21zZG4uY29tL2RhdGEv
# ZWYgMA0GCSqGSIb3DQEBAQUABIIBABPzPT3kEODvGlQjfMBKfQudfoZrNqovPz0Y
# cdler/amP+mg1mtJd+v+zn+UQXQi1DbBmqGuxQYj18vdb6eBGBZAlwYag91Lkp95
# ILAZ926dAn0DXTLoXlZL1AVpRM8+/kqsHFCboI+Q1vO8FTO4/XpwuaCfwlvGAXxH
# AcUVLEnmJeZvBv0npW8NghCkfrAVT3G2nE+4mjP/cRHlukWUDiogHhkcWZOrWYBk
# aEEbojPYO1I+NW16NNp0Fq3VZO1Crr96I2HbrT2ogR2EJOWpPH0IyogZv4b0+E7S
# VXX33Lp5YpzbzgdIPUvsFpKfidoRzLmi4SD0Tc8S46NlgXotFM6hggIoMIICJAYJ
# KoZIhvcNAQkGMYICFTCCAhECAQEwgY4wdzELMAkGA1UEBhMCVVMxEzARBgNVBAgT
# Cldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29m
# dCBDb3Jwb3JhdGlvbjEhMB8GA1UEAxMYTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENB
# AhMzAAAAu7Z3JHFKIAAgAAAAAAC7MAkGBSsOAwIaBQCgXTAYBgkqhkiG9w0BCQMx
# CwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xNzEwMjMyMDEzMzlaMCMGCSqG
# SIb3DQEJBDEWBBR5eDKlzjbXG+gQhPSdEMDmmjY6BTANBgkqhkiG9w0BAQUFAASC
# AQB777+HNR9jVbg2sXZm72fSrm3jxSLugzhcA4OxhZObW96AnJknlduQvAGqcDV+
# Lt9CyaYLMt6I89MGkP9PBv8t5xhW0rHuBykna+5tTL8wvYrKd7r4ZvXT7YtHrqxO
# c+WLBPUD8XvSxI2wEsXt6uPCt44sd8PdO7VMiRNWth9aWo7rWaP0kGGAt0qhspI8
# 6mhsnam+SRGuDCpoLYcMTc1vVVKu1zZ9wgfxNCaf9YVswKmFc7Mj7VNpA3qd6Te0
# RNAEkgZr84KzCf8CYtWMsSy9k68drBbP0JosTxCLrJ9/zud6fykp5UcljzdKHKdU
# LMT4QBU8ya4StU9IgrUFBBcI
# SIG # End signature block

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,167 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.AspNet.FriendlyUrls</name>
</assembly>
<members>
<member name="T:Microsoft.AspNet.FriendlyUrls.FriendlyUrl"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.FriendlyUrl.Href(System.String,System.Object[])"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.FriendlyUrl.Resolve(System.String)">
<summary> Löst den virtuellen Pfad eines Dateihandlers in eine Friendly URL mithilfe der registrierten Konfliktlöser auf. </summary>
<returns>Die Friendly URL.</returns>
<param name="virtualPath">Der virtuelle Pfad des Handlers.</param>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrl.Segments">
<summary> Die URL-Segmente, die überzählig sind, nachdem Friendly URLs diese Anforderung einer Datei zugeordnet haben. </summary>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings">
<summary>Stellt die Einstellungen dar, die beim Aktivieren von Friendly URLs verwendet werden.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.#ctor">
<summary>Erstellt eine neue Instanz der Klasse FriendlyUrlSettings mit den Standardwerten.</summary>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.AutoRedirectMode">
<summary>Der Weiterleitungstyp, der für Nicht-Friendly URLs an Friendly URLs ausgeführt werden soll. Der Standardwert ist Deaktiviert.</summary>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.ResolverCachingMode"></member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.SwitchViewRouteName">
<summary>Der Name der Route, die Benutzeranforderungen zum Wechseln der Ansicht verarbeitet. Der Standardwert ist AspNet.FriendlyUrls.SwitchView.</summary>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.SwitchViewUrl">
<summary>Die URL, an die Anforderung zum Wechseln der Ansicht gesendet werden. Der Standardwert ist __FriendlyUrls_SwitchView/{Ansicht}.</summary>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions">
<summary>Stellt Erweiterungsmethoden für das Arbeiten mit Friendly URLs bereit.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileExtension(System.Web.HttpRequest)">
<summary> Gibt die Erweiterung der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Die Dateierweiterung, z. B. ASPX.</returns>
<param name="httpRequest">Das HttpRequest-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileExtension(System.Web.HttpRequestBase)">
<summary> Gibt die Erweiterung der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Die Dateierweiterung, z. B. ASPX.</returns>
<param name="httpRequest">Das HttpRequestBase-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileVirtualPath(System.Web.HttpRequest)">
<summary> Gibt den virtuellen Pfad der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Der virtuelle Dateipfad.</returns>
<param name="httpRequest">Das HttpRequest-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileVirtualPath(System.Web.HttpRequestBase)">
<summary> Gibt den virtuellen Pfad der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Der virtuelle Dateipfad.</returns>
<param name="httpRequest">Das HttpRequestBase-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlSegments(System.Web.HttpRequest)">
<summary> Gibt die URL-Segmente zurück, die überzählig sind, nachdem Friendly URLs diese Anforderung einer Datei zugeordnet haben. </summary>
<returns>Die URL-Segmente.</returns>
<param name="httpRequest">Das HttpRequest-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlSegments(System.Web.HttpRequestBase)">
<summary> Gibt die URL-Segmente zurück, die überzählig sind, nachdem Friendly URLs diese Anforderung einer Datei zugeordnet haben. </summary>
<returns>Die URL-Segmente.</returns>
<param name="httpRequest">Das HttpRequestBase-Objekt.</param>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.PreApplicationStartCode"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.PreApplicationStartCode.Start"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.RedirectMode">
<summary>Stellt den bei der automatischen Weiterleitung an Friendly URLs zu verwendenden Weiterleitungsmodus dar.</summary>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.RedirectMode.Permanent">
<summary>Führt eine dauerhafte Weiterleitung aus (Antwortcode 301).</summary>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.RedirectMode.Temporary">
<summary>Führt eine vorübergehende Weiterleitung aus (Antwortcode 302).</summary>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.RedirectMode.Off">
<summary>Führt keine automatische Weiterleitung aus (deaktiviert).</summary>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode"></member>
<member name="F:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode.Static">
<summary />
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode.Dynamic">
<summary />
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode.Disabled">
<summary />
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection)">
<summary> Aktiviert Friendly URLs für Web Forms-Seiten. </summary>
<param name="routes">Die Routenauflistung.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection,Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings)">
<summary>Aktiviert Friendly URLs für Web Forms-Seiten.</summary>
<param name="routes">Die Routenauflistung.</param>
<param name="settings">Die Einstellungen, die beim Aktivieren von Friendly URLs verwendet werden sollen.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection,Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings,Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver[])">
<summary> Aktiviert Friendly URLs mithilfe der übergebenen Konfliktlöser. </summary>
<param name="routes">Die Routenauflistung.</param>
<param name="settings">Die Einstellungen, die beim Aktivieren von Friendly URLs verwendet werden sollen.</param>
<param name="resolvers">Die zu verwendenden Konfliktlöser für Friendly URLs.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection,Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver[])">
<summary> Aktiviert Friendly URLs mithilfe der angegebenen Konfliktlöser. </summary>
<param name="routes">Die Routenauflistung.</param>
<param name="resolvers">Die zu verwendenden Konfliktlöser für Friendly URLs.</param>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver">
<summary>Löst eine Friendly URL in einen HTTP-Handler auf.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.#ctor(System.String)">
<summary>Erstellt einen FriendlyUrlResolver für die angegebene Erweiterung.</summary>
<param name="fileExtension">Die physische Dateierweiterung, die dieser Konfliktlöser erkennen kann. Der führende Punkt muss enthalten sein, z. B. .aspx.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.ConvertToFriendlyUrl(System.String)">
<summary>Konvertiert eine typische URL mit Erweiterung in eine Friendly URL ohne Erweiterung.</summary>
<returns>Die Friendly URL (ohne Erweiterung), wenn dieser Konfliktlöser automatisch URLs ohne Erweiterung physischen Dateien mit der bereitgestellten Erweiterung zuordnen kann. Andernfalls null.</returns>
<param name="path">Der ursprüngliche Pfad einschließlich der Dateierweiterung.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.GetExtensions(System.Web.HttpContextBase)">
<summary>Ruft beim Versuch, einen HTTP-Handler aus der Friendly URL aufzulösen, die zu verwendenden Erweiterungen ab, z. B. .aspx, .ashx, .mobile.aspx.</summary>
<returns>Die Liste der Erweiterungen.</returns>
<param name="httpContext">Der aktuelle HttpContext.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.PreprocessRequest(System.Web.HttpContextBase,System.Web.IHttpHandler)"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.GenericHandlerFriendlyUrlResolver">
<summary>Löst Friendly URLs in generische Handler auf, z. B. in ASHX.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.GenericHandlerFriendlyUrlResolver.#ctor"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver.ConvertToFriendlyUrl(System.String)"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver.GetExtensions(System.Web.HttpContextBase)"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver.PreprocessRequest(System.Web.HttpContextBase,System.Web.IHttpHandler)"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver">
<summary>Löst Friendly URLs in Web Forms-Seiten auf.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.#ctor"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.GetExtensions(System.Web.HttpContextBase)">
<returns>Gibt <see cref="T:System.Collections.Generic.IList`1" /> zurück.</returns>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.IsMobileExtension(System.Web.HttpContextBase,System.String)">
<returns>Gibt <see cref="T:System.Boolean" /> zurück.</returns>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.IsMobileView(System.Web.HttpContextBase)">
<summary>Ermittelt, ob die aktuelle Friendly URL in eine mobile Ansicht basierend auf dem Clientbrowser und/oder Außerkraftsetzungen aufgelöst wurde.</summary>
<returns>Gibt an, ob es sich bei der aktuellen Ansicht um eine mobile Ansicht handelt.</returns>
<param name="httpContext">Die Seite.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.PreprocessRequest(System.Web.HttpContextBase,System.Web.IHttpHandler)"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.TrySetMasterPageFile(System.Web.UI.Page,System.String)">
<summary>Versucht, die Eigenschaft MasterPageFile für die angegebene Seite basierend auf dem Vorhandensein der Gestaltungsvorlage festzulegen.</summary>
<returns>Ein boolescher Wert, der angibt, ob die Gestaltungsvorlage festgelegt wurde.</returns>
<param name="page">Die Seite.</param>
<param name="masterPageFile">Der virtuelle Dateipfad der Gestaltungsvorlage.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.TrySetMobileMasterPage(System.Web.HttpContextBase,System.Web.UI.Page,System.String)">
<summary>Versucht, die Eigenschaft MasterPageFile für die angegebene Seite auf eine bestimmte mobile Gestaltungsvorlage festzulegen.</summary>
<returns>Ein boolescher Wert, der angibt, ob die Gestaltungsvorlage festgelegt wurde.</returns>
<param name="httpContext">Der HTTP-Kontext.</param>
<param name="page">Die Seite.</param>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.ViewSwitcherCookieName"></member>
</members>
</doc>

View File

@@ -0,0 +1,187 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.AspNet.FriendlyUrls</name>
</assembly>
<members>
<member name="T:Microsoft.AspNet.FriendlyUrls.FriendlyUrl"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.FriendlyUrl.Href(System.String,System.Object[])"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.FriendlyUrl.Resolve(System.String)">
<summary> Löst den virtuellen Pfad eines Dateihandlers in eine Friendly URL mithilfe der registrierten Konfliktlöser auf. </summary>
<returns>Die Friendly URL.</returns>
<param name="virtualPath">Der virtuelle Pfad des Handlers.</param>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrl.Segments">
<summary> Die URL-Segmente, die überzählig sind, nachdem Friendly URLs diese Anforderung einer Datei zugeordnet haben. </summary>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings">
<summary>Stellt die Einstellungen dar, die beim Aktivieren von Friendly URLs verwendet werden.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.#ctor">
<summary>Erstellt eine neue Instanz der Klasse FriendlyUrlSettings mit den Standardwerten.</summary>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.AutoRedirectMode">
<summary>Der Weiterleitungstyp, der für Nicht-Friendly URLs an Friendly URLs ausgeführt werden soll. Der Standardwert ist Deaktiviert.</summary>
<returns>Gibt <see cref="T:Microsoft.AspNet.FriendlyUrls.RedirectMode" /> zurück.</returns>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.ResolverCachingMode">
<returns>Gibt <see cref="T:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode" /> zurück.</returns>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.SwitchViewRouteName">
<summary>Der Name der Route, die Benutzeranforderungen zum Wechseln der Ansicht verarbeitet. Der Standardwert ist AspNet.FriendlyUrls.SwitchView.</summary>
<returns>Gibt <see cref="T:System.String" /> zurück.</returns>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.SwitchViewUrl">
<summary>Die URL, an die Anforderung zum Wechseln der Ansicht gesendet werden. Der Standardwert ist __FriendlyUrls_SwitchView/{Ansicht}.</summary>
<returns>Gibt <see cref="T:System.String" /> zurück.</returns>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileExtension(System.Web.HttpRequest)">
<summary> Gibt die Erweiterung der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Die Dateierweiterung, z. B. ASPX.</returns>
<param name="httpRequest">Das HttpRequest-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileExtension(System.Web.HttpRequestBase)">
<summary> Gibt die Erweiterung der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Die Dateierweiterung, z. B. ASPX.</returns>
<param name="httpRequest">Das HttpRequestBase-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileVirtualPath(System.Web.HttpRequest)">
<summary> Gibt den virtuellen Pfad der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Der virtuelle Dateipfad.</returns>
<param name="httpRequest">Das HttpRequest-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileVirtualPath(System.Web.HttpRequestBase)">
<summary> Gibt den virtuellen Pfad der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Der virtuelle Dateipfad.</returns>
<param name="httpRequest">Das HttpRequestBase-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlSegments(System.Web.HttpRequest)">
<summary> Gibt die URL-Segmente zurück, die überzählig sind, nachdem Friendly URLs diese Anforderung einer Datei zugeordnet haben. </summary>
<returns>Die URL-Segmente.</returns>
<param name="httpRequest">Das HttpRequest-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlSegments(System.Web.HttpRequestBase)">
<summary> Gibt die URL-Segmente zurück, die überzählig sind, nachdem Friendly URLs diese Anforderung einer Datei zugeordnet haben. </summary>
<returns>Die URL-Segmente.</returns>
<param name="httpRequest">Das HttpRequestBase-Objekt.</param>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.PreApplicationStartCode"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.PreApplicationStartCode.Start"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.RedirectMode">
<summary>Stellt den bei der automatischen Weiterleitung an Friendly URLs zu verwendenden Weiterleitungsmodus dar.</summary>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.RedirectMode.Permanent">
<summary>Führt eine dauerhafte Weiterleitung aus (Antwortcode 301).</summary>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.RedirectMode.Temporary">
<summary>Führt eine vorübergehende Weiterleitung aus (Antwortcode 302).</summary>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.RedirectMode.Off">
<summary>Führt keine automatische Weiterleitung aus (deaktiviert).</summary>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode"></member>
<member name="F:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode.Static">
<summary />
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode.Dynamic">
<summary />
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode.Disabled">
<summary />
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection)">
<summary> Aktiviert Friendly URLs für Web Forms-Seiten. </summary>
<param name="routes">Die Routenauflistung.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection,Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings)">
<summary>Aktiviert Friendly URLs für Web Forms-Seiten.</summary>
<param name="routes">Die Routenauflistung.</param>
<param name="settings">Die Einstellungen, die beim Aktivieren von Friendly URLs verwendet werden sollen.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection,Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings,Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver[])">
<summary> Aktiviert Friendly URLs mithilfe der übergebenen Konfliktlöser. </summary>
<param name="routes">Die Routenauflistung.</param>
<param name="settings">Die Einstellungen, die beim Aktivieren von Friendly URLs verwendet werden sollen.</param>
<param name="resolvers">Die zu verwendenden Konfliktlöser für Friendly URLs.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection,Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver[])">
<summary> Aktiviert Friendly URLs mithilfe der angegebenen Konfliktlöser. </summary>
<param name="routes">Die Routenauflistung.</param>
<param name="resolvers">Die zu verwendenden Konfliktlöser für Friendly URLs.</param>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.ModelBinding.FriendlyUrlSegmentsAttribute">
<summary>Represents an attribute that specifies that model binding values are provided by a friendly URL segment.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.ModelBinding.FriendlyUrlSegmentsAttribute.#ctor(System.Int32)">
<summary> Creates an instance of the FriendlyUrlSegmentsAttribute class.</summary>
<param name="index">The index of the URL segment to return.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.ModelBinding.FriendlyUrlSegmentsAttribute.GetValueProvider(System.Web.ModelBinding.ModelBindingExecutionContext)">
<returns>Returns <see cref="T:System.Web.ModelBinding.IValueProvider" />.</returns>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.ModelBinding.FriendlyUrlSegmentsValueProvider">
<summary> A value provider that retrieves values from the segments of a Friendly URL.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.ModelBinding.FriendlyUrlSegmentsValueProvider.#ctor(System.Web.ModelBinding.ModelBindingExecutionContext,System.Int32)"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.ModelBinding.FriendlyUrlSegmentsValueProvider.FetchValue(System.String)">
<returns>Returns <see cref="T:System.Object" />.</returns>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver">
<summary>Löst eine Friendly URL in einen HTTP-Handler auf.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.#ctor(System.String)">
<summary>Erstellt einen FriendlyUrlResolver für die angegebene Erweiterung.</summary>
<param name="fileExtension">Die physische Dateierweiterung, die dieser Konfliktlöser erkennen kann. Der führende Punkt muss enthalten sein, z. B. .aspx.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.ConvertToFriendlyUrl(System.String)">
<summary>Konvertiert eine typische URL mit Erweiterung in eine Friendly URL ohne Erweiterung.</summary>
<returns>Die Friendly URL (ohne Erweiterung), wenn dieser Konfliktlöser automatisch URLs ohne Erweiterung physischen Dateien mit der bereitgestellten Erweiterung zuordnen kann. Andernfalls null.</returns>
<param name="path">Der ursprüngliche Pfad einschließlich der Dateierweiterung.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.GetExtensions(System.Web.HttpContextBase)">
<summary>Ruft beim Versuch, einen HTTP-Handler aus der Friendly URL aufzulösen, die zu verwendenden Erweiterungen ab, z. B. .aspx, .ashx, .mobile.aspx.</summary>
<returns>Die Liste der Erweiterungen.</returns>
<param name="httpContext">Der aktuelle HttpContext.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.PreprocessRequest(System.Web.HttpContextBase,System.Web.IHttpHandler)"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.GenericHandlerFriendlyUrlResolver">
<summary>Löst Friendly URLs in generische Handler auf, z. B. in ASHX.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.GenericHandlerFriendlyUrlResolver.#ctor"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver.ConvertToFriendlyUrl(System.String)"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver.GetExtensions(System.Web.HttpContextBase)"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver.PreprocessRequest(System.Web.HttpContextBase,System.Web.IHttpHandler)"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver">
<summary>Löst Friendly URLs in Web Forms-Seiten auf.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.#ctor"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.GetExtensions(System.Web.HttpContextBase)">
<returns>Gibt <see cref="T:System.Collections.Generic.IList`1" /> zurück.</returns>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.IsMobileExtension(System.Web.HttpContextBase,System.String)">
<returns>Gibt <see cref="T:System.Boolean" /> zurück.</returns>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.IsMobileView(System.Web.HttpContextBase)">
<summary>Ermittelt, ob die aktuelle Friendly URL in eine mobile Ansicht basierend auf dem Clientbrowser und/oder Außerkraftsetzungen aufgelöst wurde.</summary>
<returns>Gibt an, ob es sich bei der aktuellen Ansicht um eine mobile Ansicht handelt.</returns>
<param name="httpContext">Die Seite.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.PreprocessRequest(System.Web.HttpContextBase,System.Web.IHttpHandler)"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.TrySetMasterPageFile(System.Web.UI.Page,System.String)">
<summary>Versucht, die Eigenschaft MasterPageFile für die angegebene Seite basierend auf dem Vorhandensein der Gestaltungsvorlage festzulegen.</summary>
<returns>Ein boolescher Wert, der angibt, ob die Gestaltungsvorlage festgelegt wurde.</returns>
<param name="page">Die Seite.</param>
<param name="masterPageFile">Der virtuelle Dateipfad der Gestaltungsvorlage.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.TrySetMobileMasterPage(System.Web.HttpContextBase,System.Web.UI.Page,System.String)">
<summary>Versucht, die Eigenschaft MasterPageFile für die angegebene Seite auf eine bestimmte mobile Gestaltungsvorlage festzulegen.</summary>
<returns>Ein boolescher Wert, der angibt, ob die Gestaltungsvorlage festgelegt wurde.</returns>
<param name="httpContext">Der HTTP-Kontext.</param>
<param name="page">Die Seite.</param>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.ViewSwitcherCookieName"></member>
</members>
</doc>

Binary file not shown.

View File

@@ -0,0 +1,167 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.AspNet.FriendlyUrls</name>
</assembly>
<members>
<member name="T:Microsoft.AspNet.FriendlyUrls.FriendlyUrl"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.FriendlyUrl.Href(System.String,System.Object[])"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.FriendlyUrl.Resolve(System.String)">
<summary> Löst den virtuellen Pfad eines Dateihandlers in eine Friendly URL mithilfe der registrierten Konfliktlöser auf. </summary>
<returns>Die Friendly URL.</returns>
<param name="virtualPath">Der virtuelle Pfad des Handlers.</param>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrl.Segments">
<summary> Die URL-Segmente, die überzählig sind, nachdem Friendly URLs diese Anforderung einer Datei zugeordnet haben. </summary>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings">
<summary>Stellt die Einstellungen dar, die beim Aktivieren von Friendly URLs verwendet werden.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.#ctor">
<summary>Erstellt eine neue Instanz der Klasse FriendlyUrlSettings mit den Standardwerten.</summary>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.AutoRedirectMode">
<summary>Der Weiterleitungstyp, der für Nicht-Friendly URLs an Friendly URLs ausgeführt werden soll. Der Standardwert ist Deaktiviert.</summary>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.ResolverCachingMode"></member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.SwitchViewRouteName">
<summary>Der Name der Route, die Benutzeranforderungen zum Wechseln der Ansicht verarbeitet. Der Standardwert ist AspNet.FriendlyUrls.SwitchView.</summary>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.SwitchViewUrl">
<summary>Die URL, an die Anforderung zum Wechseln der Ansicht gesendet werden. Der Standardwert ist __FriendlyUrls_SwitchView/{Ansicht}.</summary>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions">
<summary>Stellt Erweiterungsmethoden für das Arbeiten mit Friendly URLs bereit.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileExtension(System.Web.HttpRequest)">
<summary> Gibt die Erweiterung der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Die Dateierweiterung, z. B. ASPX.</returns>
<param name="httpRequest">Das HttpRequest-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileExtension(System.Web.HttpRequestBase)">
<summary> Gibt die Erweiterung der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Die Dateierweiterung, z. B. ASPX.</returns>
<param name="httpRequest">Das HttpRequestBase-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileVirtualPath(System.Web.HttpRequest)">
<summary> Gibt den virtuellen Pfad der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Der virtuelle Dateipfad.</returns>
<param name="httpRequest">Das HttpRequest-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileVirtualPath(System.Web.HttpRequestBase)">
<summary> Gibt den virtuellen Pfad der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Der virtuelle Dateipfad.</returns>
<param name="httpRequest">Das HttpRequestBase-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlSegments(System.Web.HttpRequest)">
<summary> Gibt die URL-Segmente zurück, die überzählig sind, nachdem Friendly URLs diese Anforderung einer Datei zugeordnet haben. </summary>
<returns>Die URL-Segmente.</returns>
<param name="httpRequest">Das HttpRequest-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlSegments(System.Web.HttpRequestBase)">
<summary> Gibt die URL-Segmente zurück, die überzählig sind, nachdem Friendly URLs diese Anforderung einer Datei zugeordnet haben. </summary>
<returns>Die URL-Segmente.</returns>
<param name="httpRequest">Das HttpRequestBase-Objekt.</param>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.PreApplicationStartCode"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.PreApplicationStartCode.Start"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.RedirectMode">
<summary>Stellt den bei der automatischen Weiterleitung an Friendly URLs zu verwendenden Weiterleitungsmodus dar.</summary>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.RedirectMode.Permanent">
<summary>Führt eine dauerhafte Weiterleitung aus (Antwortcode 301).</summary>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.RedirectMode.Temporary">
<summary>Führt eine vorübergehende Weiterleitung aus (Antwortcode 302).</summary>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.RedirectMode.Off">
<summary>Führt keine automatische Weiterleitung aus (deaktiviert).</summary>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode"></member>
<member name="F:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode.Static">
<summary />
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode.Dynamic">
<summary />
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode.Disabled">
<summary />
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection)">
<summary> Aktiviert Friendly URLs für Web Forms-Seiten. </summary>
<param name="routes">Die Routenauflistung.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection,Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings)">
<summary>Aktiviert Friendly URLs für Web Forms-Seiten.</summary>
<param name="routes">Die Routenauflistung.</param>
<param name="settings">Die Einstellungen, die beim Aktivieren von Friendly URLs verwendet werden sollen.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection,Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings,Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver[])">
<summary> Aktiviert Friendly URLs mithilfe der übergebenen Konfliktlöser. </summary>
<param name="routes">Die Routenauflistung.</param>
<param name="settings">Die Einstellungen, die beim Aktivieren von Friendly URLs verwendet werden sollen.</param>
<param name="resolvers">Die zu verwendenden Konfliktlöser für Friendly URLs.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection,Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver[])">
<summary> Aktiviert Friendly URLs mithilfe der angegebenen Konfliktlöser. </summary>
<param name="routes">Die Routenauflistung.</param>
<param name="resolvers">Die zu verwendenden Konfliktlöser für Friendly URLs.</param>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver">
<summary>Löst eine Friendly URL in einen HTTP-Handler auf.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.#ctor(System.String)">
<summary>Erstellt einen FriendlyUrlResolver für die angegebene Erweiterung.</summary>
<param name="fileExtension">Die physische Dateierweiterung, die dieser Konfliktlöser erkennen kann. Der führende Punkt muss enthalten sein, z. B. .aspx.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.ConvertToFriendlyUrl(System.String)">
<summary>Konvertiert eine typische URL mit Erweiterung in eine Friendly URL ohne Erweiterung.</summary>
<returns>Die Friendly URL (ohne Erweiterung), wenn dieser Konfliktlöser automatisch URLs ohne Erweiterung physischen Dateien mit der bereitgestellten Erweiterung zuordnen kann. Andernfalls null.</returns>
<param name="path">Der ursprüngliche Pfad einschließlich der Dateierweiterung.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.GetExtensions(System.Web.HttpContextBase)">
<summary>Ruft beim Versuch, einen HTTP-Handler aus der Friendly URL aufzulösen, die zu verwendenden Erweiterungen ab, z. B. .aspx, .ashx, .mobile.aspx.</summary>
<returns>Die Liste der Erweiterungen.</returns>
<param name="httpContext">Der aktuelle HttpContext.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.PreprocessRequest(System.Web.HttpContextBase,System.Web.IHttpHandler)"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.GenericHandlerFriendlyUrlResolver">
<summary>Löst Friendly URLs in generische Handler auf, z. B. in ASHX.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.GenericHandlerFriendlyUrlResolver.#ctor"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver.ConvertToFriendlyUrl(System.String)"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver.GetExtensions(System.Web.HttpContextBase)"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver.PreprocessRequest(System.Web.HttpContextBase,System.Web.IHttpHandler)"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver">
<summary>Löst Friendly URLs in Web Forms-Seiten auf.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.#ctor"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.GetExtensions(System.Web.HttpContextBase)">
<returns>Gibt <see cref="T:System.Collections.Generic.IList`1" /> zurück.</returns>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.IsMobileExtension(System.Web.HttpContextBase,System.String)">
<returns>Gibt <see cref="T:System.Boolean" /> zurück.</returns>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.IsMobileView(System.Web.HttpContextBase)">
<summary>Ermittelt, ob die aktuelle Friendly URL in eine mobile Ansicht basierend auf dem Clientbrowser und/oder Außerkraftsetzungen aufgelöst wurde.</summary>
<returns>Gibt an, ob es sich bei der aktuellen Ansicht um eine mobile Ansicht handelt.</returns>
<param name="httpContext">Die Seite.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.PreprocessRequest(System.Web.HttpContextBase,System.Web.IHttpHandler)"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.TrySetMasterPageFile(System.Web.UI.Page,System.String)">
<summary>Versucht, die Eigenschaft MasterPageFile für die angegebene Seite basierend auf dem Vorhandensein der Gestaltungsvorlage festzulegen.</summary>
<returns>Ein boolescher Wert, der angibt, ob die Gestaltungsvorlage festgelegt wurde.</returns>
<param name="page">Die Seite.</param>
<param name="masterPageFile">Der virtuelle Dateipfad der Gestaltungsvorlage.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.TrySetMobileMasterPage(System.Web.HttpContextBase,System.Web.UI.Page,System.String)">
<summary>Versucht, die Eigenschaft MasterPageFile für die angegebene Seite auf eine bestimmte mobile Gestaltungsvorlage festzulegen.</summary>
<returns>Ein boolescher Wert, der angibt, ob die Gestaltungsvorlage festgelegt wurde.</returns>
<param name="httpContext">Der HTTP-Kontext.</param>
<param name="page">Die Seite.</param>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.ViewSwitcherCookieName"></member>
</members>
</doc>

View File

@@ -0,0 +1,187 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.AspNet.FriendlyUrls</name>
</assembly>
<members>
<member name="T:Microsoft.AspNet.FriendlyUrls.FriendlyUrl"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.FriendlyUrl.Href(System.String,System.Object[])"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.FriendlyUrl.Resolve(System.String)">
<summary> Löst den virtuellen Pfad eines Dateihandlers in eine Friendly URL mithilfe der registrierten Konfliktlöser auf. </summary>
<returns>Die Friendly URL.</returns>
<param name="virtualPath">Der virtuelle Pfad des Handlers.</param>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrl.Segments">
<summary> Die URL-Segmente, die überzählig sind, nachdem Friendly URLs diese Anforderung einer Datei zugeordnet haben. </summary>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings">
<summary>Stellt die Einstellungen dar, die beim Aktivieren von Friendly URLs verwendet werden.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.#ctor">
<summary>Erstellt eine neue Instanz der Klasse FriendlyUrlSettings mit den Standardwerten.</summary>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.AutoRedirectMode">
<summary>Der Weiterleitungstyp, der für Nicht-Friendly URLs an Friendly URLs ausgeführt werden soll. Der Standardwert ist Deaktiviert.</summary>
<returns>Gibt <see cref="T:Microsoft.AspNet.FriendlyUrls.RedirectMode" /> zurück.</returns>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.ResolverCachingMode">
<returns>Gibt <see cref="T:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode" /> zurück.</returns>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.SwitchViewRouteName">
<summary>Der Name der Route, die Benutzeranforderungen zum Wechseln der Ansicht verarbeitet. Der Standardwert ist AspNet.FriendlyUrls.SwitchView.</summary>
<returns>Gibt <see cref="T:System.String" /> zurück.</returns>
</member>
<member name="P:Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings.SwitchViewUrl">
<summary>Die URL, an die Anforderung zum Wechseln der Ansicht gesendet werden. Der Standardwert ist __FriendlyUrls_SwitchView/{Ansicht}.</summary>
<returns>Gibt <see cref="T:System.String" /> zurück.</returns>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileExtension(System.Web.HttpRequest)">
<summary> Gibt die Erweiterung der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Die Dateierweiterung, z. B. ASPX.</returns>
<param name="httpRequest">Das HttpRequest-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileExtension(System.Web.HttpRequestBase)">
<summary> Gibt die Erweiterung der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Die Dateierweiterung, z. B. ASPX.</returns>
<param name="httpRequest">Das HttpRequestBase-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileVirtualPath(System.Web.HttpRequest)">
<summary> Gibt den virtuellen Pfad der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Der virtuelle Dateipfad.</returns>
<param name="httpRequest">Das HttpRequest-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlFileVirtualPath(System.Web.HttpRequestBase)">
<summary> Gibt den virtuellen Pfad der Datei zurück, der Friendly URLs diese Anforderung zugeordnet haben. </summary>
<returns>Der virtuelle Dateipfad.</returns>
<param name="httpRequest">Das HttpRequestBase-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlSegments(System.Web.HttpRequest)">
<summary> Gibt die URL-Segmente zurück, die überzählig sind, nachdem Friendly URLs diese Anforderung einer Datei zugeordnet haben. </summary>
<returns>Die URL-Segmente.</returns>
<param name="httpRequest">Das HttpRequest-Objekt.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.HttpRequestExtensions.GetFriendlyUrlSegments(System.Web.HttpRequestBase)">
<summary> Gibt die URL-Segmente zurück, die überzählig sind, nachdem Friendly URLs diese Anforderung einer Datei zugeordnet haben. </summary>
<returns>Die URL-Segmente.</returns>
<param name="httpRequest">Das HttpRequestBase-Objekt.</param>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.PreApplicationStartCode"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.PreApplicationStartCode.Start"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.RedirectMode">
<summary>Stellt den bei der automatischen Weiterleitung an Friendly URLs zu verwendenden Weiterleitungsmodus dar.</summary>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.RedirectMode.Permanent">
<summary>Führt eine dauerhafte Weiterleitung aus (Antwortcode 301).</summary>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.RedirectMode.Temporary">
<summary>Führt eine vorübergehende Weiterleitung aus (Antwortcode 302).</summary>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.RedirectMode.Off">
<summary>Führt keine automatische Weiterleitung aus (deaktiviert).</summary>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode"></member>
<member name="F:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode.Static">
<summary />
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode.Dynamic">
<summary />
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.ResolverCachingMode.Disabled">
<summary />
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection)">
<summary> Aktiviert Friendly URLs für Web Forms-Seiten. </summary>
<param name="routes">Die Routenauflistung.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection,Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings)">
<summary>Aktiviert Friendly URLs für Web Forms-Seiten.</summary>
<param name="routes">Die Routenauflistung.</param>
<param name="settings">Die Einstellungen, die beim Aktivieren von Friendly URLs verwendet werden sollen.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection,Microsoft.AspNet.FriendlyUrls.FriendlyUrlSettings,Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver[])">
<summary> Aktiviert Friendly URLs mithilfe der übergebenen Konfliktlöser. </summary>
<param name="routes">Die Routenauflistung.</param>
<param name="settings">Die Einstellungen, die beim Aktivieren von Friendly URLs verwendet werden sollen.</param>
<param name="resolvers">Die zu verwendenden Konfliktlöser für Friendly URLs.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.RouteCollectionExtensions.EnableFriendlyUrls(System.Web.Routing.RouteCollection,Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver[])">
<summary> Aktiviert Friendly URLs mithilfe der angegebenen Konfliktlöser. </summary>
<param name="routes">Die Routenauflistung.</param>
<param name="resolvers">Die zu verwendenden Konfliktlöser für Friendly URLs.</param>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.ModelBinding.FriendlyUrlSegmentsAttribute">
<summary>Represents an attribute that specifies that model binding values are provided by a friendly URL segment.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.ModelBinding.FriendlyUrlSegmentsAttribute.#ctor(System.Int32)">
<summary> Creates an instance of the FriendlyUrlSegmentsAttribute class.</summary>
<param name="index">The index of the URL segment to return.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.ModelBinding.FriendlyUrlSegmentsAttribute.GetValueProvider(System.Web.ModelBinding.ModelBindingExecutionContext)">
<returns>Returns <see cref="T:System.Web.ModelBinding.IValueProvider" />.</returns>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.ModelBinding.FriendlyUrlSegmentsValueProvider">
<summary> A value provider that retrieves values from the segments of a Friendly URL.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.ModelBinding.FriendlyUrlSegmentsValueProvider.#ctor(System.Web.ModelBinding.ModelBindingExecutionContext,System.Int32)"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.ModelBinding.FriendlyUrlSegmentsValueProvider.FetchValue(System.String)">
<returns>Returns <see cref="T:System.Object" />.</returns>
</member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver">
<summary>Löst eine Friendly URL in einen HTTP-Handler auf.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.#ctor(System.String)">
<summary>Erstellt einen FriendlyUrlResolver für die angegebene Erweiterung.</summary>
<param name="fileExtension">Die physische Dateierweiterung, die dieser Konfliktlöser erkennen kann. Der führende Punkt muss enthalten sein, z. B. .aspx.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.ConvertToFriendlyUrl(System.String)">
<summary>Konvertiert eine typische URL mit Erweiterung in eine Friendly URL ohne Erweiterung.</summary>
<returns>Die Friendly URL (ohne Erweiterung), wenn dieser Konfliktlöser automatisch URLs ohne Erweiterung physischen Dateien mit der bereitgestellten Erweiterung zuordnen kann. Andernfalls null.</returns>
<param name="path">Der ursprüngliche Pfad einschließlich der Dateierweiterung.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.GetExtensions(System.Web.HttpContextBase)">
<summary>Ruft beim Versuch, einen HTTP-Handler aus der Friendly URL aufzulösen, die zu verwendenden Erweiterungen ab, z. B. .aspx, .ashx, .mobile.aspx.</summary>
<returns>Die Liste der Erweiterungen.</returns>
<param name="httpContext">Der aktuelle HttpContext.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver.PreprocessRequest(System.Web.HttpContextBase,System.Web.IHttpHandler)"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.GenericHandlerFriendlyUrlResolver">
<summary>Löst Friendly URLs in generische Handler auf, z. B. in ASHX.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.GenericHandlerFriendlyUrlResolver.#ctor"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver.ConvertToFriendlyUrl(System.String)"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver.GetExtensions(System.Web.HttpContextBase)"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.IFriendlyUrlResolver.PreprocessRequest(System.Web.HttpContextBase,System.Web.IHttpHandler)"></member>
<member name="T:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver">
<summary>Löst Friendly URLs in Web Forms-Seiten auf.</summary>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.#ctor"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.GetExtensions(System.Web.HttpContextBase)">
<returns>Gibt <see cref="T:System.Collections.Generic.IList`1" /> zurück.</returns>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.IsMobileExtension(System.Web.HttpContextBase,System.String)">
<returns>Gibt <see cref="T:System.Boolean" /> zurück.</returns>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.IsMobileView(System.Web.HttpContextBase)">
<summary>Ermittelt, ob die aktuelle Friendly URL in eine mobile Ansicht basierend auf dem Clientbrowser und/oder Außerkraftsetzungen aufgelöst wurde.</summary>
<returns>Gibt an, ob es sich bei der aktuellen Ansicht um eine mobile Ansicht handelt.</returns>
<param name="httpContext">Die Seite.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.PreprocessRequest(System.Web.HttpContextBase,System.Web.IHttpHandler)"></member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.TrySetMasterPageFile(System.Web.UI.Page,System.String)">
<summary>Versucht, die Eigenschaft MasterPageFile für die angegebene Seite basierend auf dem Vorhandensein der Gestaltungsvorlage festzulegen.</summary>
<returns>Ein boolescher Wert, der angibt, ob die Gestaltungsvorlage festgelegt wurde.</returns>
<param name="page">Die Seite.</param>
<param name="masterPageFile">Der virtuelle Dateipfad der Gestaltungsvorlage.</param>
</member>
<member name="M:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.TrySetMobileMasterPage(System.Web.HttpContextBase,System.Web.UI.Page,System.String)">
<summary>Versucht, die Eigenschaft MasterPageFile für die angegebene Seite auf eine bestimmte mobile Gestaltungsvorlage festzulegen.</summary>
<returns>Ein boolescher Wert, der angibt, ob die Gestaltungsvorlage festgelegt wurde.</returns>
<param name="httpContext">Der HTTP-Kontext.</param>
<param name="page">Die Seite.</param>
</member>
<member name="F:Microsoft.AspNet.FriendlyUrls.Resolvers.WebFormsFriendlyUrlResolver.ViewSwitcherCookieName"></member>
</members>
</doc>

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,646 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.AspNet.Identity.Core</name>
</assembly>
<members>
<member name="T:Microsoft.AspNet.Identity.IdentityConfig">
<summary>Static class to hold configuration settings for the Identity system</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityConfig.Settings">
<summary>Settings class which holds the various options for the system</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentityManager">
<summary>Helper class which contains methods that encapsulate common unit of work functionality on an IdentityStoreContext, i.e. ChangePasswordAsync or CreateLocalUserAsync and takes care of calling SaveChangesAsync</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityManager.#ctor(Microsoft.AspNet.Identity.IdentitySettings,Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityManager.#ctor(Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor that uses the default settings</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityManager.Dispose">
<summary>Dispose the store context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityManager.Dispose(System.Boolean)">
<summary>When disposing, actually dipose the store context</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Logins">
<summary>User Login related APIs</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Passwords">
<summary>Password API</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Roles">
<summary>Roles API</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityManager.SaveChangesAsync(System.Threading.CancellationToken)">
<summary>SaveChanges to the various identity stores</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Settings">
<summary>Settings object used for configuration, if null, uses the global settings (IdentityConfig.Settings)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Store">
<summary>IdentityStoreContext which the helper methods work against</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Tokens">
<summary>Token API</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Users">
<summary>APIs around User management</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentityOptions">
<summary>Settings used to configure an IdentityManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityOptions.#ctor">
<summary>Constructor</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityOptions.AllowOnlyAlphaNumericUserNames">
<summary>Only allow String.IsLetterOrDigits in UserNames</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityOptions.LocalLoginProvider">
<summary>Identifier for user logins created by the local application, i.e. database</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityOptions.MinRequiredPasswordLength">
<summary>Minimum required length for a text</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityOptions.PasswordValidator">
<summary>Validators passwords are of sufficient strength</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityOptions.UserNameValidator">
<summary>Validates usernames</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentityResult">
<summary>Represents the result of an identity operation</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityResult.#ctor(System.Boolean)">
<summary>Constructor taking a success flag</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityResult.#ctor(System.String[])">
<summary>Failure constructor that takes error messages</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityResult.Errors">
<summary>List of errors</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityResult.Failed(System.String[])">
<summary>Failed helper method</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityResult.Succeeded">
<summary>Success helper method</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityResult.Success">
<summary>True if the operation was successful</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentityRoleManager">
<summary>Roles API</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.#ctor(Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.AddUserToRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Add a user to a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.CreateRoleAsync(Microsoft.AspNet.Identity.IRole,System.Threading.CancellationToken)">
<summary>Create a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.DeleteRoleAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Delete a role, returns true if successful</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.FindRoleAsync(System.String,System.Threading.CancellationToken)">
<summary>Find a role by id</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.FindRoleByNameAsync(System.String,System.Threading.CancellationToken)">
<summary>Find a role by name</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.GetRolesForUserAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the roles for the user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.GetUsersInRoleAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the users in the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.IsUserInRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user is in the specified role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.RemoveUserFromRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user was removed from the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.RoleExistsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns true if the role exists</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityRoleManager.Store">
<summary>Store to operate on</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentitySettings">
<summary>Class that holds various settings for the identity system</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentitySettings.#ctor"></member>
<member name="M:Microsoft.AspNet.Identity.IdentitySettings.Add(System.String,System.Object)">
<summary>Add a setting object with the specified key</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentitySettings.Get(System.String)">
<summary>Return a settings object, or create a new one if it does not exist</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentitySettings.GetIdentityOptions">
<summary>Return the IdentityManagerOptions</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentitySettings.GetOrCreate``1">
<summary>Return a settings object, or create a new one if it does not exist, will throw if the wrong type is present</summary>
<typeparam name="T"></typeparam>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentityStoreContextExtensions">
<summary>Extension methods that use the default CancellationToken.None</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityStoreContextExtensions.SaveChangesAsync(Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Saves any changes to the stores (Note: stores are not required to support this pattern)</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IIdentityManagerFactory">
<summary>Factory used to construct IdentityManagers</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IIdentityManagerFactory.CreateStoreManager">
<summary>Factory method used to construct an IdentityManager with the specified settings and context</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IIdentityStore">
<summary>Used to coordinate operations involving the user, login, roles, and claims stores SaveChangesAsync will persist the changes (if the stores support this concept)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.Logins">
<summary>Maps local userIds to login providers, i.e. a local username/password, Google, Facebook, Twitter, Microsoft</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.Roles">
<summary>Stores role information</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IIdentityStore.SaveChangesAsync(System.Threading.CancellationToken)">
<summary>Saves any changes to the stores (Note: stores are not required to support this pattern)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.Secrets">
<summary>Store used to store user name/hashed passwords</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.Tokens">
<summary>Stores arbitrary tokens (i.e. access tokens, refresh tokens, confirmation tokens)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.UserClaims">
<summary>Stores claims for users</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.UserManagement">
<summary>Store responsible for managing users (confirmation, lockout)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.Users">
<summary>Store responsible for creating/deleting/retrieving users by userId</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.ILoginManager">
<summary>Login related APIs: managing local or external logins</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.AddLocalLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Create the specified user name and password local login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.AddLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Associate a login with a user (external or local)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.GetLoginsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns a list of logins for a user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.GetUserIdForLocalLoginAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the local user id for a user login that matches</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.GetUserIdForLoginAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns the userId if there is a local login with the specified userName, null otherwise</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.HasLocalLoginAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns true if the userId has a local login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.RemoveLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Remove a user login</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IPasswordManager">
<summary>Password related APIs: changing user name passwords, resetting passwords</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IPasswordManager.ChangePasswordAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Change a user's password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IPasswordManager.CheckPasswordAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Validates a local user name/password combination</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IPasswordManager.GenerateResetPasswordTokenAsync(System.String,System.String,System.DateTime,System.Threading.CancellationToken)">
<summary>Create a token for the specified user that can be used to reset his password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IPasswordManager.ResetPasswordAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Reset a user's password with the reset password token</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IRole">
<summary> Minimal set of data needed to persist role data </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IRole.Id">
<summary> Id of the role </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IRole.Name"></member>
<member name="T:Microsoft.AspNet.Identity.IRoleManager">
<summary>Role related APIs</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.AddUserToRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Add a user to a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.CreateRoleAsync(Microsoft.AspNet.Identity.IRole,System.Threading.CancellationToken)">
<summary>Create a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.DeleteRoleAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Delete a role, returns true if successful</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.FindRoleAsync(System.String,System.Threading.CancellationToken)">
<summary>Find a role by id</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.FindRoleByNameAsync(System.String,System.Threading.CancellationToken)">
<summary>Find a role by name</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.GetRolesForUserAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the roles for the user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.GetUsersInRoleAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the users in the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.IsUserInRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user is in the specified role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.RemoveUserFromRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user was removed from the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.RoleExistsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns true if the role exists</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IRoleStore">
<summary> Interface for managing the creation and membership of roles </summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.AddUserToRoleAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.CreateRoleAsync(Microsoft.AspNet.Identity.IRole,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.DeleteRoleAsync(System.String,System.Boolean,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.FindRoleAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.FindRoleByNameAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.GetRolesForUserAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.GetUsersInRoleAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.IsUserInRoleAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.RemoveUserFromRoleAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.RoleExistsAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.IStringValidator">
<summary>Interface used to specify custom username/text validation</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IStringValidator.Validate(System.String)">
<summary>Validates a string.</summary>
<returns>A result with <see cref="P:Microsoft.AspNet.Identity.IdentityResult.Success" /> set to <see cref="true" /> when validation succeeds; otherwise, a result with <see cref="P:Microsoft.AspNet.Identity.IdentityResult.Success" /> set to <see cref="false" />.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.IToken">
<summary>Interface for a token</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IToken.Id">
<summary>Unique identifier for the token</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IToken.ValidUntilUtc">
<summary>Token is valid until this date</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IToken.Value">
<summary>Value of the token</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.ITokenManager">
<summary>Token related APIs</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenManager.AddAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)">
<summary>Add a new token to the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenManager.FindAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Find a token in the TokenStore</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenManager.RemoveAsync(System.String,System.Threading.CancellationToken)">
<summary>Remove a token from the TokenStore</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.ITokenStore">
<summary>Store that contains tokens which can be used for different purposes (confirmation, access, refresh) and with expiration</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenStore.AddAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)">
<summary>Add a token to the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenStore.CreateNewInstance">
<summary>Creates the appropriate IToken instance</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenStore.FindAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Find a token</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenStore.RemoveAsync(System.String,System.Threading.CancellationToken)">
<summary>Remove a token from the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenStore.UpdateAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)">
<summary>Update a token</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUser">
<summary> Minimal interface for a user with a string user key </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUser.Id">
<summary> Unique key for the user </summary>
<returns>The unique key for the user</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.IUser.UserName"></member>
<member name="T:Microsoft.AspNet.Identity.IUserClaim">
<summary>Represents a claim for a user</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserClaim.ClaimType">
<summary>ClaimType for the user claim</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserClaim.ClaimValue">
<summary>value for the user's claim</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserClaim.UserId">
<summary>UserId for the user with the claim</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserClaimStore">
<summary>Stores claims for users.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserClaimStore.AddAsync(Microsoft.AspNet.Identity.IUserClaim,System.Threading.CancellationToken)">
<summary>Store a claim for the user with the specified type/value.</summary>
<returns>The task that performs the asynchronous operation.</returns>
<param name="userClaim">The user claim.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserClaimStore.GetUserClaimsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the claims for the user with the issuer set.</summary>
<returns>The task that performs the asynchronous operation.</returns>
<param name="userId">The user ID.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserClaimStore.RemoveAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>RemoveAsync a user claim.</summary>
<returns>The task that performs the asynchronous operation.</returns>
<param name="userId">The user ID.</param>
<param name="claimType">The claim type.</param>
<param name="claimValue">The claim value.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserLogin">
<summary> Represents a linked login for a user (i.e. a local username/password or a Facebook/Google account </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserLogin.LoginProvider">
<summary> Provider for the linked login, i.e. Local, Facebook, Google, etc. </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserLogin.ProviderKey">
<summary> Key for the linked login at the provider </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserLogin.UserId">
<summary> UserId for the user who owns this account </summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserLoginStore">
<summary> Maps local userIds to account providers, i.e. a local username/password, Google, Facebook, Twitter, Microsoft </summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.AddAsync(Microsoft.AspNet.Identity.IUserLogin,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.CreateNewInstance(System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.GetLoginsAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.GetProviderKeyAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.GetUserIdAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.RemoveAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.IUserManagement">
<summary>Minimal interface for holding user management info (i.e. Confirmed, LastSignInTime)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserManagement.DisableSignIn">
<summary>Set if user is not allowed to sign in</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserManagement.LastSignInTimeUtc">
<summary>Last time the user was signed in</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserManagement.UserId">
<summary>Unique key for the user</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserManagementStore">
<summary>Responsible for creating/deleting/retrieving user management info</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManagementStore.CreateAsync(Microsoft.AspNet.Identity.IUserManagement,System.Threading.CancellationToken)">
<summary>Creates the specified IUserManagement object</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManagementStore.CreateNewInstance(System.String)">
<summary>Creates the appropriate IUserManagement instance for the user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManagementStore.DeleteAsync(System.String,System.Threading.CancellationToken)">
<summary>Deletes the specified IUserManagement for the userId</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManagementStore.FindAsync(System.String,System.Threading.CancellationToken)">
<summary>Finds an IUserManagement by its key</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManagementStore.UpdateAsync(Microsoft.AspNet.Identity.IUserManagement,System.Threading.CancellationToken)">
<summary>Update the specified IUserManagement object</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserManager">
<summary>User related APIs: creating users, adding claims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.AddClaimAsync(Microsoft.AspNet.Identity.IUserClaim,System.Threading.CancellationToken)">
<summary>Add a new user claim to the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.CreateExternalUserAsync(Microsoft.AspNet.Identity.IUser,System.String,System.String,System.Threading.CancellationToken)">
<summary>Create a user with an associated external login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.CreateLocalUserAsync(Microsoft.AspNet.Identity.IUser,System.String,System.Threading.CancellationToken)">
<summary>Create a user with a linked local login with the specified password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.CreateUserAsync(Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)">
<summary>Create a user and its associated user management object</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.GetUserClaimsAsync(System.String,System.Threading.CancellationToken)">
<summary>Get a users claims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.RemoveClaimAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Remove a user claim</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserSecret">
<summary> Minimal set of data needed to persist login data </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserSecret.Secret">
<summary> Opaque string to validate the user, i.e. password </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserSecret.UserName">
<summary> Username </summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserSecretStore">
<summary> Stores login information (username/secret) </summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.CreateAsync(Microsoft.AspNet.Identity.IUserSecret,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.CreateNewInstance(System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.DeleteAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.FindAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.UpdateAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.ValidateAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.IUserStore">
<summary> Responsible for creating/deleting/retrieving users by userId </summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserStore.CreateAsync(Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserStore.DeleteAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserStore.FindAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserStore.FindByNameAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.LoginManager"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.#ctor(Microsoft.AspNet.Identity.IdentityManager)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.AddLocalLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Create the specified user name and password local login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.AddLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Associate a login with a user (external or local)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.GetLoginsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns a list of logins for a user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.GetUserIdForLocalLoginAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the local user id for a user login that matches</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.GetUserIdForLoginAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns the userId if there is a local login with the specified userName, null otherwise</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.HasLocalLoginAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns true if the userId has a local login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.RemoveLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Remove a user login</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.LoginManager.Store"></member>
<member name="T:Microsoft.AspNet.Identity.LoginManagerExtensions">
<summary>Extension methods for ILoginManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.AddLocalLogin(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.AddLocalLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.AddLogin(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.AddLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetLogins(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetLoginsAsync(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetUserIdForLocalLogin(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetUserIdForLocalLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetUserIdForLogin(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetUserIdForLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.HasLocalLogin(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.HasLocalLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.RemoveLogin(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.RemoveLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="T:Microsoft.AspNet.Identity.PasswordManager">
<summary>Password APIs</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.PasswordManager.#ctor(Microsoft.AspNet.Identity.IdentityManager)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.PasswordManager.ChangePasswordAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Change a user's password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.PasswordManager.CheckPasswordAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Validates a local user name/password combination</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.PasswordManager.GenerateResetPasswordTokenAsync(System.String,System.String,System.DateTime,System.Threading.CancellationToken)">
<summary>Create a token for the specified user that can be used to reset his password</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.PasswordManager.Manager"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManager.ResetPasswordAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Reset a user's password with the reset password token</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.PasswordManagerExtensions">
<summary>Extension methods for IPasswordManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.ChangePassword(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.ChangePasswordAsync(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.CheckPassword(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.CheckPasswordAsync(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.GenerateResetPasswordToken(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String,System.DateTime)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.GenerateResetPasswordTokenAsync(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String,System.DateTime)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.ResetPassword(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.ResetPasswordAsync(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String)"></member>
<member name="T:Microsoft.AspNet.Identity.RoleManagerExtensions">
<summary>Extension methods for IRoleManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.AddUserToRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String,System.String)">
<summary>Add a user to a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.CreateRoleAsync(Microsoft.AspNet.Identity.IRoleManager,Microsoft.AspNet.Identity.IRole)">
<summary>Create a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.DeleteRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String,System.Boolean)">
<summary>Delete a role, returns true if successful</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.FindRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String)">
<summary>Find a role by id</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.FindRoleByNameAsync(Microsoft.AspNet.Identity.IRoleManager,System.String)">
<summary>Find a role by name</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.GetRolesForUserAsync(Microsoft.AspNet.Identity.IRoleManager,System.String)">
<summary>Returns the roles for the user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.GetUsersInRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String)">
<summary>Returns the users in the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.IsUserInRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String,System.String)">
<summary>Returns true if the user is in the specified role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.RemoveUserFromRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String,System.String)">
<summary>Returns true if the user was removed from the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.RoleExistsAsync(Microsoft.AspNet.Identity.IRoleManager,System.String)">
<summary>Returns true if the role exists</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.TokenManager">
<summary>Token related APIs</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.TokenManager.#ctor(Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.TokenManager.AddAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)">
<summary>Add a new token to the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.TokenManager.FindAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Find a token in the TokenStore</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.TokenManager.RemoveAsync(System.String,System.Threading.CancellationToken)">
<summary>Remove a token from the TokenStore</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.TokenManager.Store">
<summary>Store to operate on</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.TokenManagerExtensions">
<summary>Extension methods for ITokenManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.Add(Microsoft.AspNet.Identity.ITokenManager,Microsoft.AspNet.Identity.IToken)"></member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.AddAsync(Microsoft.AspNet.Identity.ITokenManager,Microsoft.AspNet.Identity.IToken)"></member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.Find(Microsoft.AspNet.Identity.ITokenManager,System.String,System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.FindAsync(Microsoft.AspNet.Identity.ITokenManager,System.String,System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.Remove(Microsoft.AspNet.Identity.ITokenManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.RemoveAsync(Microsoft.AspNet.Identity.ITokenManager,System.String)"></member>
<member name="T:Microsoft.AspNet.Identity.UserManager">
<summary>User related API</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.#ctor(Microsoft.AspNet.Identity.IdentityManager)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.AddClaimAsync(Microsoft.AspNet.Identity.IUserClaim,System.Threading.CancellationToken)">
<summary>Add a new user claim to the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.CreateExternalUserAsync(Microsoft.AspNet.Identity.IUser,System.String,System.String,System.Threading.CancellationToken)">
<summary>Create a user with an associated external login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.CreateLocalUserAsync(Microsoft.AspNet.Identity.IUser,System.String,System.Threading.CancellationToken)">
<summary>Create a user with a linked local login with the specified password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.CreateUserAsync(Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)">
<summary>Create a user and its associated user management object</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.GetUserClaimsAsync(System.String,System.Threading.CancellationToken)">
<summary>Get a users claims</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.UserManager.Manager">
<summary>IdentityManager to operate on</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.RemoveClaimAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Remove a user claim</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.UserManagerExtensions">
<summary>Extension methods for IUserManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateExternalUser(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateExternalUserAsync(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser,System.String,System.String)">
<summary>Createa user with an associated external login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateLocalUser(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateLocalUserAsync(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser,System.String)">
<summary>CreateAsync a user with a linked local login with the specified password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateUser(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser)">
<summary>Create a user and its associated user management object</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateUserAsync(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser)">
<summary>Create a user and its associated user management object</summary>
</member>
</members>
</doc>

Binary file not shown.

View File

@@ -0,0 +1,646 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.AspNet.Identity.Core</name>
</assembly>
<members>
<member name="T:Microsoft.AspNet.Identity.IdentityConfig">
<summary>Static class to hold configuration settings for the Identity system</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityConfig.Settings">
<summary>Settings class which holds the various options for the system</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentityManager">
<summary>Helper class which contains methods that encapsulate common unit of work functionality on an IdentityStoreContext, i.e. ChangePasswordAsync or CreateLocalUserAsync and takes care of calling SaveChangesAsync</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityManager.#ctor(Microsoft.AspNet.Identity.IdentitySettings,Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityManager.#ctor(Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor that uses the default settings</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityManager.Dispose">
<summary>Dispose the store context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityManager.Dispose(System.Boolean)">
<summary>When disposing, actually dipose the store context</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Logins">
<summary>User Login related APIs</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Passwords">
<summary>Password API</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Roles">
<summary>Roles API</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityManager.SaveChangesAsync(System.Threading.CancellationToken)">
<summary>SaveChanges to the various identity stores</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Settings">
<summary>Settings object used for configuration, if null, uses the global settings (IdentityConfig.Settings)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Store">
<summary>IdentityStoreContext which the helper methods work against</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Tokens">
<summary>Token API</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Users">
<summary>APIs around User management</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentityOptions">
<summary>Settings used to configure an IdentityManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityOptions.#ctor">
<summary>Constructor</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityOptions.AllowOnlyAlphaNumericUserNames">
<summary>Only allow String.IsLetterOrDigits in UserNames</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityOptions.LocalLoginProvider">
<summary>Identifier for user logins created by the local application, i.e. database</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityOptions.MinRequiredPasswordLength">
<summary>Minimum required length for a text</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityOptions.PasswordValidator">
<summary>Validators passwords are of sufficient strength</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityOptions.UserNameValidator">
<summary>Validates usernames</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentityResult">
<summary>Represents the result of an identity operation</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityResult.#ctor(System.Boolean)">
<summary>Constructor taking a success flag</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityResult.#ctor(System.String[])">
<summary>Failure constructor that takes error messages</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityResult.Errors">
<summary>List of errors</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityResult.Failed(System.String[])">
<summary>Failed helper method</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityResult.Succeeded">
<summary>Success helper method</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityResult.Success">
<summary>True if the operation was successful</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentityRoleManager">
<summary>Roles API</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.#ctor(Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.AddUserToRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Add a user to a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.CreateRoleAsync(Microsoft.AspNet.Identity.IRole,System.Threading.CancellationToken)">
<summary>Create a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.DeleteRoleAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Delete a role, returns true if successful</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.FindRoleAsync(System.String,System.Threading.CancellationToken)">
<summary>Find a role by id</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.FindRoleByNameAsync(System.String,System.Threading.CancellationToken)">
<summary>Find a role by name</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.GetRolesForUserAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the roles for the user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.GetUsersInRoleAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the users in the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.IsUserInRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user is in the specified role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.RemoveUserFromRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user was removed from the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.RoleExistsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns true if the role exists</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityRoleManager.Store">
<summary>Store to operate on</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentitySettings">
<summary>Class that holds various settings for the identity system</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentitySettings.#ctor"></member>
<member name="M:Microsoft.AspNet.Identity.IdentitySettings.Add(System.String,System.Object)">
<summary>Add a setting object with the specified key</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentitySettings.Get(System.String)">
<summary>Return a settings object, or create a new one if it does not exist</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentitySettings.GetIdentityOptions">
<summary>Return the IdentityManagerOptions</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentitySettings.GetOrCreate``1">
<summary>Return a settings object, or create a new one if it does not exist, will throw if the wrong type is present</summary>
<typeparam name="T"></typeparam>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentityStoreContextExtensions">
<summary>Extension methods that use the default CancellationToken.None</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityStoreContextExtensions.SaveChangesAsync(Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Saves any changes to the stores (Note: stores are not required to support this pattern)</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IIdentityManagerFactory">
<summary>Factory used to construct IdentityManagers</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IIdentityManagerFactory.CreateStoreManager">
<summary>Factory method used to construct an IdentityManager with the specified settings and context</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IIdentityStore">
<summary>Used to coordinate operations involving the user, login, roles, and claims stores SaveChangesAsync will persist the changes (if the stores support this concept)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.Logins">
<summary>Maps local userIds to login providers, i.e. a local username/password, Google, Facebook, Twitter, Microsoft</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.Roles">
<summary>Stores role information</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IIdentityStore.SaveChangesAsync(System.Threading.CancellationToken)">
<summary>Saves any changes to the stores (Note: stores are not required to support this pattern)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.Secrets">
<summary>Store used to store user name/hashed passwords</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.Tokens">
<summary>Stores arbitrary tokens (i.e. access tokens, refresh tokens, confirmation tokens)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.UserClaims">
<summary>Stores claims for users</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.UserManagement">
<summary>Store responsible for managing users (confirmation, lockout)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.Users">
<summary>Store responsible for creating/deleting/retrieving users by userId</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.ILoginManager">
<summary>Login related APIs: managing local or external logins</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.AddLocalLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Create the specified user name and password local login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.AddLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Associate a login with a user (external or local)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.GetLoginsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns a list of logins for a user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.GetUserIdForLocalLoginAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the local user id for a user login that matches</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.GetUserIdForLoginAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns the userId if there is a local login with the specified userName, null otherwise</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.HasLocalLoginAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns true if the userId has a local login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.RemoveLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Remove a user login</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IPasswordManager">
<summary>Password related APIs: changing user name passwords, resetting passwords</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IPasswordManager.ChangePasswordAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Change a user's password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IPasswordManager.CheckPasswordAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Validates a local user name/password combination</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IPasswordManager.GenerateResetPasswordTokenAsync(System.String,System.String,System.DateTime,System.Threading.CancellationToken)">
<summary>Create a token for the specified user that can be used to reset his password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IPasswordManager.ResetPasswordAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Reset a user's password with the reset password token</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IRole">
<summary> Minimal set of data needed to persist role data </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IRole.Id">
<summary> Id of the role </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IRole.Name"></member>
<member name="T:Microsoft.AspNet.Identity.IRoleManager">
<summary>Role related APIs</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.AddUserToRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Add a user to a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.CreateRoleAsync(Microsoft.AspNet.Identity.IRole,System.Threading.CancellationToken)">
<summary>Create a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.DeleteRoleAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Delete a role, returns true if successful</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.FindRoleAsync(System.String,System.Threading.CancellationToken)">
<summary>Find a role by id</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.FindRoleByNameAsync(System.String,System.Threading.CancellationToken)">
<summary>Find a role by name</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.GetRolesForUserAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the roles for the user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.GetUsersInRoleAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the users in the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.IsUserInRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user is in the specified role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.RemoveUserFromRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user was removed from the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.RoleExistsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns true if the role exists</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IRoleStore">
<summary> Interface for managing the creation and membership of roles </summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.AddUserToRoleAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.CreateRoleAsync(Microsoft.AspNet.Identity.IRole,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.DeleteRoleAsync(System.String,System.Boolean,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.FindRoleAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.FindRoleByNameAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.GetRolesForUserAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.GetUsersInRoleAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.IsUserInRoleAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.RemoveUserFromRoleAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.RoleExistsAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.IStringValidator">
<summary>Interface used to specify custom username/text validation</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IStringValidator.Validate(System.String)">
<summary>Validates a string.</summary>
<returns>A result with <see cref="P:Microsoft.AspNet.Identity.IdentityResult.Success" /> set to <see cref="true" /> when validation succeeds; otherwise, a result with <see cref="P:Microsoft.AspNet.Identity.IdentityResult.Success" /> set to <see cref="false" />.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.IToken">
<summary>Interface for a token</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IToken.Id">
<summary>Unique identifier for the token</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IToken.ValidUntilUtc">
<summary>Token is valid until this date</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IToken.Value">
<summary>Value of the token</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.ITokenManager">
<summary>Token related APIs</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenManager.AddAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)">
<summary>Add a new token to the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenManager.FindAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Find a token in the TokenStore</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenManager.RemoveAsync(System.String,System.Threading.CancellationToken)">
<summary>Remove a token from the TokenStore</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.ITokenStore">
<summary>Store that contains tokens which can be used for different purposes (confirmation, access, refresh) and with expiration</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenStore.AddAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)">
<summary>Add a token to the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenStore.CreateNewInstance">
<summary>Creates the appropriate IToken instance</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenStore.FindAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Find a token</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenStore.RemoveAsync(System.String,System.Threading.CancellationToken)">
<summary>Remove a token from the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenStore.UpdateAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)">
<summary>Update a token</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUser">
<summary> Minimal interface for a user with a string user key </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUser.Id">
<summary> Unique key for the user </summary>
<returns>The unique key for the user</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.IUser.UserName"></member>
<member name="T:Microsoft.AspNet.Identity.IUserClaim">
<summary>Represents a claim for a user</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserClaim.ClaimType">
<summary>ClaimType for the user claim</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserClaim.ClaimValue">
<summary>value for the user's claim</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserClaim.UserId">
<summary>UserId for the user with the claim</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserClaimStore">
<summary>Stores claims for users.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserClaimStore.AddAsync(Microsoft.AspNet.Identity.IUserClaim,System.Threading.CancellationToken)">
<summary>Store a claim for the user with the specified type/value.</summary>
<returns>The task that performs the asynchronous operation.</returns>
<param name="userClaim">The user claim.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserClaimStore.GetUserClaimsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the claims for the user with the issuer set.</summary>
<returns>The task that performs the asynchronous operation.</returns>
<param name="userId">The user ID.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserClaimStore.RemoveAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>RemoveAsync a user claim.</summary>
<returns>The task that performs the asynchronous operation.</returns>
<param name="userId">The user ID.</param>
<param name="claimType">The claim type.</param>
<param name="claimValue">The claim value.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserLogin">
<summary> Represents a linked login for a user (i.e. a local username/password or a Facebook/Google account </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserLogin.LoginProvider">
<summary> Provider for the linked login, i.e. Local, Facebook, Google, etc. </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserLogin.ProviderKey">
<summary> Key for the linked login at the provider </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserLogin.UserId">
<summary> UserId for the user who owns this account </summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserLoginStore">
<summary> Maps local userIds to account providers, i.e. a local username/password, Google, Facebook, Twitter, Microsoft </summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.AddAsync(Microsoft.AspNet.Identity.IUserLogin,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.CreateNewInstance(System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.GetLoginsAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.GetProviderKeyAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.GetUserIdAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.RemoveAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.IUserManagement">
<summary>Minimal interface for holding user management info (i.e. Confirmed, LastSignInTime)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserManagement.DisableSignIn">
<summary>Set if user is not allowed to sign in</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserManagement.LastSignInTimeUtc">
<summary>Last time the user was signed in</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserManagement.UserId">
<summary>Unique key for the user</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserManagementStore">
<summary>Responsible for creating/deleting/retrieving user management info</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManagementStore.CreateAsync(Microsoft.AspNet.Identity.IUserManagement,System.Threading.CancellationToken)">
<summary>Creates the specified IUserManagement object</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManagementStore.CreateNewInstance(System.String)">
<summary>Creates the appropriate IUserManagement instance for the user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManagementStore.DeleteAsync(System.String,System.Threading.CancellationToken)">
<summary>Deletes the specified IUserManagement for the userId</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManagementStore.FindAsync(System.String,System.Threading.CancellationToken)">
<summary>Finds an IUserManagement by its key</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManagementStore.UpdateAsync(Microsoft.AspNet.Identity.IUserManagement,System.Threading.CancellationToken)">
<summary>Update the specified IUserManagement object</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserManager">
<summary>User related APIs: creating users, adding claims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.AddClaimAsync(Microsoft.AspNet.Identity.IUserClaim,System.Threading.CancellationToken)">
<summary>Add a new user claim to the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.CreateExternalUserAsync(Microsoft.AspNet.Identity.IUser,System.String,System.String,System.Threading.CancellationToken)">
<summary>Create a user with an associated external login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.CreateLocalUserAsync(Microsoft.AspNet.Identity.IUser,System.String,System.Threading.CancellationToken)">
<summary>Create a user with a linked local login with the specified password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.CreateUserAsync(Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)">
<summary>Create a user and its associated user management object</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.GetUserClaimsAsync(System.String,System.Threading.CancellationToken)">
<summary>Get a users claims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.RemoveClaimAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Remove a user claim</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserSecret">
<summary> Minimal set of data needed to persist login data </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserSecret.Secret">
<summary> Opaque string to validate the user, i.e. password </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserSecret.UserName">
<summary> Username </summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserSecretStore">
<summary> Stores login information (username/secret) </summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.CreateAsync(Microsoft.AspNet.Identity.IUserSecret,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.CreateNewInstance(System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.DeleteAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.FindAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.UpdateAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.ValidateAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.IUserStore">
<summary> Responsible for creating/deleting/retrieving users by userId </summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserStore.CreateAsync(Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserStore.DeleteAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserStore.FindAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserStore.FindByNameAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.LoginManager"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.#ctor(Microsoft.AspNet.Identity.IdentityManager)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.AddLocalLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Create the specified user name and password local login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.AddLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Associate a login with a user (external or local)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.GetLoginsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns a list of logins for a user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.GetUserIdForLocalLoginAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the local user id for a user login that matches</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.GetUserIdForLoginAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns the userId if there is a local login with the specified userName, null otherwise</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.HasLocalLoginAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns true if the userId has a local login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.RemoveLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Remove a user login</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.LoginManager.Store"></member>
<member name="T:Microsoft.AspNet.Identity.LoginManagerExtensions">
<summary>Extension methods for ILoginManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.AddLocalLogin(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.AddLocalLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.AddLogin(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.AddLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetLogins(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetLoginsAsync(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetUserIdForLocalLogin(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetUserIdForLocalLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetUserIdForLogin(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetUserIdForLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.HasLocalLogin(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.HasLocalLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.RemoveLogin(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.RemoveLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="T:Microsoft.AspNet.Identity.PasswordManager">
<summary>Password APIs</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.PasswordManager.#ctor(Microsoft.AspNet.Identity.IdentityManager)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.PasswordManager.ChangePasswordAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Change a user's password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.PasswordManager.CheckPasswordAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Validates a local user name/password combination</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.PasswordManager.GenerateResetPasswordTokenAsync(System.String,System.String,System.DateTime,System.Threading.CancellationToken)">
<summary>Create a token for the specified user that can be used to reset his password</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.PasswordManager.Manager"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManager.ResetPasswordAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Reset a user's password with the reset password token</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.PasswordManagerExtensions">
<summary>Extension methods for IPasswordManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.ChangePassword(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.ChangePasswordAsync(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.CheckPassword(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.CheckPasswordAsync(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.GenerateResetPasswordToken(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String,System.DateTime)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.GenerateResetPasswordTokenAsync(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String,System.DateTime)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.ResetPassword(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.ResetPasswordAsync(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String)"></member>
<member name="T:Microsoft.AspNet.Identity.RoleManagerExtensions">
<summary>Extension methods for IRoleManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.AddUserToRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String,System.String)">
<summary>Add a user to a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.CreateRoleAsync(Microsoft.AspNet.Identity.IRoleManager,Microsoft.AspNet.Identity.IRole)">
<summary>Create a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.DeleteRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String,System.Boolean)">
<summary>Delete a role, returns true if successful</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.FindRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String)">
<summary>Find a role by id</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.FindRoleByNameAsync(Microsoft.AspNet.Identity.IRoleManager,System.String)">
<summary>Find a role by name</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.GetRolesForUserAsync(Microsoft.AspNet.Identity.IRoleManager,System.String)">
<summary>Returns the roles for the user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.GetUsersInRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String)">
<summary>Returns the users in the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.IsUserInRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String,System.String)">
<summary>Returns true if the user is in the specified role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.RemoveUserFromRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String,System.String)">
<summary>Returns true if the user was removed from the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.RoleExistsAsync(Microsoft.AspNet.Identity.IRoleManager,System.String)">
<summary>Returns true if the role exists</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.TokenManager">
<summary>Token related APIs</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.TokenManager.#ctor(Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.TokenManager.AddAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)">
<summary>Add a new token to the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.TokenManager.FindAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Find a token in the TokenStore</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.TokenManager.RemoveAsync(System.String,System.Threading.CancellationToken)">
<summary>Remove a token from the TokenStore</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.TokenManager.Store">
<summary>Store to operate on</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.TokenManagerExtensions">
<summary>Extension methods for ITokenManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.Add(Microsoft.AspNet.Identity.ITokenManager,Microsoft.AspNet.Identity.IToken)"></member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.AddAsync(Microsoft.AspNet.Identity.ITokenManager,Microsoft.AspNet.Identity.IToken)"></member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.Find(Microsoft.AspNet.Identity.ITokenManager,System.String,System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.FindAsync(Microsoft.AspNet.Identity.ITokenManager,System.String,System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.Remove(Microsoft.AspNet.Identity.ITokenManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.RemoveAsync(Microsoft.AspNet.Identity.ITokenManager,System.String)"></member>
<member name="T:Microsoft.AspNet.Identity.UserManager">
<summary>User related API</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.#ctor(Microsoft.AspNet.Identity.IdentityManager)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.AddClaimAsync(Microsoft.AspNet.Identity.IUserClaim,System.Threading.CancellationToken)">
<summary>Add a new user claim to the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.CreateExternalUserAsync(Microsoft.AspNet.Identity.IUser,System.String,System.String,System.Threading.CancellationToken)">
<summary>Create a user with an associated external login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.CreateLocalUserAsync(Microsoft.AspNet.Identity.IUser,System.String,System.Threading.CancellationToken)">
<summary>Create a user with a linked local login with the specified password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.CreateUserAsync(Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)">
<summary>Create a user and its associated user management object</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.GetUserClaimsAsync(System.String,System.Threading.CancellationToken)">
<summary>Get a users claims</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.UserManager.Manager">
<summary>IdentityManager to operate on</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.RemoveClaimAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Remove a user claim</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.UserManagerExtensions">
<summary>Extension methods for IUserManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateExternalUser(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateExternalUserAsync(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser,System.String,System.String)">
<summary>Createa user with an associated external login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateLocalUser(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateLocalUserAsync(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser,System.String)">
<summary>CreateAsync a user with a linked local login with the specified password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateUser(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser)">
<summary>Create a user and its associated user management object</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateUserAsync(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser)">
<summary>Create a user and its associated user management object</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,425 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.AspNet.Identity.EntityFramework</name>
</assembly>
<members>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.DefaultIdentityDbContext">
<summary>Concrete instance of the IdentityDbContext which uses the default framework entities</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.DefaultIdentityDbContext.#ctor">
<summary>Default constructor which uses the "DefaultConnection" connectionString</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.DefaultIdentityDbContext.#ctor(System.String)">
<summary>Constructor which takes the connection string to use</summary>
<param name="nameOrConnectionString">The connection string to use.</param>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8">
<summary>Generic Context which takes entities for all of the sets needed for IIdentityManager</summary>
<typeparam name="TUser"></typeparam>
<typeparam name="TUserClaim"></typeparam>
<typeparam name="TUserSecret"></typeparam>
<typeparam name="TUserLogin"></typeparam>
<typeparam name="TRole"></typeparam>
<typeparam name="TUserRole"></typeparam>
<typeparam name="TToken"></typeparam>
<typeparam name="TUserManagement"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.#ctor">
<summary>Default constructor which uses the "DefaultConnection" connectionString</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.#ctor(System.String)">
<summary>Constructor which takes the connection string to use</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.Roles">
<summary>EntitySet of Roles</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.Tokens">
<summary>EntitySet of Tokens</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.UserClaims">
<summary>EntitySet of UserClaims</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.UserLogins">
<summary>EntitySet of UserLogins</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.UserManagement">
<summary>EntitySet of UserManagement</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.UserRoles">
<summary>EntitySet of UserRoles</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.Users">
<summary>EntitySet of Users</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.UserSecrets">
<summary>EntitySet of UserSecrets</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.ValidateEntity(System.Data.Entity.Infrastructure.DbEntityEntry,System.Collections.Generic.IDictionary{System.Object,System.Object})">
<summary>Validates that UserNames are unique and case insenstive</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContextWithCustomUser`1">
<summary>Concrete instance of the IdentityDbContext which uses a custom user entity but otherwise uses default framework entities</summary>
<typeparam name="TUser"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContextWithCustomUser`1.#ctor"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityManagerFactory">
<summary>Factory implementation that returns an IdentityManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityManagerFactory.#ctor(Microsoft.AspNet.Identity.IdentitySettings,System.Func{Microsoft.AspNet.Identity.IIdentityStore})"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityManagerFactory.ContextFactory">
<summary>Factory method that creates an identity store context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityManagerFactory.CreateStoreManager">
<summary>Factory method that creates an IdentityManager</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityManagerFactory.Settings">
<summary>IdentitySettings to use when creating IdentityManagers</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityStore">
<summary>Implements IIdentityStoreContext <see cref="T:Microsoft.AspNet.Identity.IIdentityStore" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.#ctor">
<summary>Default constuctor which uses a new instance of a DefaultIdentityDbContext</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor which takes a db context and wires up the stores with default instances using the context</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.DbContext">
<summary>Context which encapsulates the unit of work</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Dispose">
<summary>Dispose the stores and dbcontext</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Dispose(System.Boolean)">
<summary>If disposing, calls dispose on the stores and Context. Always nulls out the stores/dbcontext</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Logins"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Roles"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.SaveChangesAsync(System.Threading.CancellationToken)">
<summary>Calls SaveChangesAsync on the Context</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Secrets"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Tokens"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.UserClaims"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.UserManagement"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Users"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IUserRole">
<summary> Represents a user being in a role </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IUserRole.RoleId">
<summary> id of the role </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IUserRole.UserId">
<summary> id of the user </summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.Role">
<summary>Implements IRole <see cref="T:Microsoft.AspNet.Identity.IRole" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Role.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.Role" /> class.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Role.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.Role" /> class.</summary>
<param name="roleName">The name of the role.</param>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Role.Id">
<summary>Gets the identifier of this role.</summary>
<returns>The identifier of this role.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Role.Name">
<summary>Gets the name of this role.</summary>
<returns>The name of this role.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Role.UserRoles">
<summary>Gets a collection of user roles.</summary>
<returns>A collection of user roles.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2">
<summary>Base class for RoleStores using EF where TRole is the entity type of the role, and TUserInRole is the entity type of the user/role membership</summary>
<typeparam name="TRole"></typeparam>
<typeparam name="TUserInRole"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes the db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.AddUserToRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user is successfully added to the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.CreateRoleAsync(Microsoft.AspNet.Identity.IRole,System.Threading.CancellationToken)">
<summary>Creates a role, returns true if successful, false if not (role already exists)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.DeleteRoleAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>DeleteById a role, returns true if successful</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.FindRoleAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.FindRoleByNameAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.GetRolesForUserAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the roles for th euser</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.GetUsersInRoleAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.IsUserInRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user is in the specified role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.RemoveUserFromRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user was removed from the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.RoleExistsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns true if the role exists</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.Store`1">
<summary>EntityFramework based Store that allows query/manipulation of a TEntity set</summary>
<typeparam name="TEntity"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes a Context</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Store`1.Context">
<summary>Context for the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.Delete(`0)">
<summary>Mark an entity for deletion</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.DeleteById(System.Object)">
<summary>Overload that deletes an entity</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Store`1.EntitySet">
<summary>EntitySet for this store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.GetByIdAsync(System.Object,System.Threading.CancellationToken)">
<summary>FindAsync an entity by ID</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.Insert(`0)">
<summary>Insert an entity</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.Update(`0)">
<summary>Update an entity</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.Token">
<summary>EntityType that implements IToken <see cref="T:Microsoft.AspNet.Identity.IToken" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Token.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.Token" /> class.</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Token.Id">
<summary>Gets the identifier of this token.</summary>
<returns>The identifier of this token.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Token.ValidUntilUtc">
<summary>Gets the date and time the token is valid.</summary>
<returns>The date and time the token is valid.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Token.Value">
<summary>Gets the value of this token.</summary>
<returns>The value of this token.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1">
<summary>Implements ITokenStore using EntityFramework where TToken is the entity type of the token being stored</summary>
<typeparam name="TToken"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes the db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.AddAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.CreateNewInstance"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.FindAsync(System.String,System.Boolean,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.RemoveAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.UpdateAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.User">
<summary>EntityType that implements IUser <see cref="T:Microsoft.AspNet.Identity.IUser" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.User.#ctor">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.User.#ctor(System.String)">
<summary>Constructor that takes userName</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.User.Id"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.User.Logins">
<summary>The user's logins</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.User.Management">
<summary>The user's management object</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.User.Roles">
<summary>The user's roles</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.User.UserName"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserClaim">
<summary>EntityType that represents one specific user claim <see cref="T:Microsoft.AspNet.Identity.IUserClaim" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserClaim.#ctor">
<summary>Constructor</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserClaim.ClaimType">
<summary>Gets or sets the type of the claim associated with the user.</summary>
<returns>The type of the claim associated with the user.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserClaim.ClaimValue">
<summary>Gets or sets the value of the claim.</summary>
<returns>The value of the claim.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserClaim.Key">
<summary>Unique key for the user claim</summary>
<returns>The unique key for the user claim.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserClaim.User">
<summary>Navigation property setting up the foreign key for User</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserClaim.UserId">
<summary>Gets or sets the user identifier associated with the claim.</summary>
<returns>The user identifier associated with the claim.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserClaimStore`1">
<summary>Implements IUserClaimStore using EntityFramework where TUserSecret is the entity type of the user claim being stored</summary>
<typeparam name="TUserClaim"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserClaimStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes the db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserClaimStore`1.AddAsync(Microsoft.AspNet.Identity.IUserClaim,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserClaimStore`1.GetUserClaimsAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserClaimStore`1.RemoveAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserLogin">
<summary>Entity type for a user's login (i.e. facebook, local password, google)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLogin.#ctor">
<summary>Default constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLogin.#ctor(System.String,System.String,System.String)">
<summary>Constructor</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserLogin.LoginProvider"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserLogin.ProviderKey"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserLogin.User">
<summary>Navigation property setting up the foreign key for User</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserLogin.UserId"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1">
<summary>Implements IUserLoginStore using EntityFramework where TUserLogin is the entity type of the user login being stored</summary>
<typeparam name="TUserLogin"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes a db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.AddAsync(Microsoft.AspNet.Identity.IUserLogin,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.CreateNewInstance(System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.GetLoginsAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.GetProviderKeyAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.GetUserIdAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.RemoveAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserManagement">
<summary>Represents the user management instance.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagement.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.UserManagement" /> class.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagement.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.UserManagement" /> class using the specified user identifier..</summary>
<param name="userId">The unique identifier of the user.</param>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserManagement.DisableSignIn">
<summary>Gets or sets whether to disable the user sign in.</summary>
<returns>true to disable the user sign in; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserManagement.LastSignInTimeUtc">
<summary>Gets or sets the time when the user recently signed in.</summary>
<returns>The time when the user recently signed in.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserManagement.User">
<summary>Navigation property setting up the foreign key for User</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserManagement.UserId">
<summary>Gets or sets the unique identifier of the user.</summary>
<returns>The unique identifier of the user.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1">
<summary>Represents the user management store.</summary>
<typeparam name="TUser">The type of the user.</typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1" /> class.</summary>
<param name="db">The context for the store.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.CreateAsync(Microsoft.AspNet.Identity.IUserManagement,System.Threading.CancellationToken)">
<summary>Creates a user management.</summary>
<returns>The created management store.</returns>
<param name="info">The user management information.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.CreateNewInstance(System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.DeleteAsync(System.String,System.Threading.CancellationToken)">
<summary>Deletes a user management.</summary>
<returns>The deleted user management.</returns>
<param name="userId">The user identifier where the management will be deleted.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.FindAsync(System.String,System.Threading.CancellationToken)">
<summary>Searches for a user management of a specific user.</summary>
<returns>The searched user management.</returns>
<param name="userId">The user identifier.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.UpdateAsync(Microsoft.AspNet.Identity.IUserManagement,System.Threading.CancellationToken)">
<summary>Updates a user management.</summary>
<returns>The updated user management information.</returns>
<param name="info">The user management information.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserRole">
<summary>EntityType that represents a user belonging to a role <see cref="T:Microsoft.AspNet.Identity.EntityFramework.IUserRole" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserRole.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.UserRole" /> class.</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserRole.Role">
<summary>Navigation property setting up the foreign key for Role</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserRole.RoleId">
<summary>Gets or sets the role identifier.</summary>
<returns>The role identifier.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserRole.User">
<summary>Navigation property setting up the foreign key for User</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserRole.UserId">
<summary>Gets or sets the user identifier.</summary>
<returns>The user identifier.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserSecret">
<summary>EntityType that represents a username and secret(i.e. hashed password) <see cref="T:Microsoft.AspNet.Identity.IUserSecret" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecret.#ctor">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecret.#ctor(System.String,System.String)">
<summary>Constructor</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserSecret.Secret"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserSecret.UserName"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1">
<summary>Implements IUserSecretStore using EntityFramework where TUserSecret is the entity type of the user secret being stored</summary>
<typeparam name="TUserSecret"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes a db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.CreateAsync(Microsoft.AspNet.Identity.IUserSecret,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.CreateNewInstance(System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.DeleteAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.FindAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.UpdateAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.ValidateAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserStore`1">
<summary>Implements IUserStore using EntityFramework where TUser is the entity type of the user being stored</summary>
<typeparam name="TUser"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes the db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.CreateAsync(Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.DeleteAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.FindAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.FindByNameAsync(System.String,System.Threading.CancellationToken)"></member>
</members>
</doc>

View File

@@ -0,0 +1,425 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.AspNet.Identity.EntityFramework</name>
</assembly>
<members>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.DefaultIdentityDbContext">
<summary>Concrete instance of the IdentityDbContext which uses the default framework entities</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.DefaultIdentityDbContext.#ctor">
<summary>Default constructor which uses the "DefaultConnection" connectionString</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.DefaultIdentityDbContext.#ctor(System.String)">
<summary>Constructor which takes the connection string to use</summary>
<param name="nameOrConnectionString">The connection string to use.</param>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8">
<summary>Generic Context which takes entities for all of the sets needed for IIdentityManager</summary>
<typeparam name="TUser"></typeparam>
<typeparam name="TUserClaim"></typeparam>
<typeparam name="TUserSecret"></typeparam>
<typeparam name="TUserLogin"></typeparam>
<typeparam name="TRole"></typeparam>
<typeparam name="TUserRole"></typeparam>
<typeparam name="TToken"></typeparam>
<typeparam name="TUserManagement"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.#ctor">
<summary>Default constructor which uses the "DefaultConnection" connectionString</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.#ctor(System.String)">
<summary>Constructor which takes the connection string to use</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.Roles">
<summary>EntitySet of Roles</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.Tokens">
<summary>EntitySet of Tokens</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.UserClaims">
<summary>EntitySet of UserClaims</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.UserLogins">
<summary>EntitySet of UserLogins</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.UserManagement">
<summary>EntitySet of UserManagement</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.UserRoles">
<summary>EntitySet of UserRoles</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.Users">
<summary>EntitySet of Users</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.UserSecrets">
<summary>EntitySet of UserSecrets</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.ValidateEntity(System.Data.Entity.Infrastructure.DbEntityEntry,System.Collections.Generic.IDictionary{System.Object,System.Object})">
<summary>Validates that UserNames are unique and case insenstive</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContextWithCustomUser`1">
<summary>Concrete instance of the IdentityDbContext which uses a custom user entity but otherwise uses default framework entities</summary>
<typeparam name="TUser"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContextWithCustomUser`1.#ctor"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityManagerFactory">
<summary>Factory implementation that returns an IdentityManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityManagerFactory.#ctor(Microsoft.AspNet.Identity.IdentitySettings,System.Func{Microsoft.AspNet.Identity.IIdentityStore})"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityManagerFactory.ContextFactory">
<summary>Factory method that creates an identity store context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityManagerFactory.CreateStoreManager">
<summary>Factory method that creates an IdentityManager</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityManagerFactory.Settings">
<summary>IdentitySettings to use when creating IdentityManagers</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityStore">
<summary>Implements IIdentityStoreContext <see cref="T:Microsoft.AspNet.Identity.IIdentityStore" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.#ctor">
<summary>Default constuctor which uses a new instance of a DefaultIdentityDbContext</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor which takes a db context and wires up the stores with default instances using the context</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.DbContext">
<summary>Context which encapsulates the unit of work</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Dispose">
<summary>Dispose the stores and dbcontext</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Dispose(System.Boolean)">
<summary>If disposing, calls dispose on the stores and Context. Always nulls out the stores/dbcontext</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Logins"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Roles"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.SaveChangesAsync(System.Threading.CancellationToken)">
<summary>Calls SaveChangesAsync on the Context</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Secrets"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Tokens"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.UserClaims"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.UserManagement"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Users"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IUserRole">
<summary> Represents a user being in a role </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IUserRole.RoleId">
<summary> id of the role </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IUserRole.UserId">
<summary> id of the user </summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.Role">
<summary>Implements IRole <see cref="T:Microsoft.AspNet.Identity.IRole" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Role.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.Role" /> class.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Role.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.Role" /> class.</summary>
<param name="roleName">The name of the role.</param>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Role.Id">
<summary>Gets the identifier of this role.</summary>
<returns>The identifier of this role.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Role.Name">
<summary>Gets the name of this role.</summary>
<returns>The name of this role.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Role.UserRoles">
<summary>Gets a collection of user roles.</summary>
<returns>A collection of user roles.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2">
<summary>Base class for RoleStores using EF where TRole is the entity type of the role, and TUserInRole is the entity type of the user/role membership</summary>
<typeparam name="TRole"></typeparam>
<typeparam name="TUserInRole"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes the db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.AddUserToRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user is successfully added to the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.CreateRoleAsync(Microsoft.AspNet.Identity.IRole,System.Threading.CancellationToken)">
<summary>Creates a role, returns true if successful, false if not (role already exists)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.DeleteRoleAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>DeleteById a role, returns true if successful</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.FindRoleAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.FindRoleByNameAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.GetRolesForUserAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the roles for th euser</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.GetUsersInRoleAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.IsUserInRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user is in the specified role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.RemoveUserFromRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user was removed from the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.RoleExistsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns true if the role exists</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.Store`1">
<summary>EntityFramework based Store that allows query/manipulation of a TEntity set</summary>
<typeparam name="TEntity"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes a Context</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Store`1.Context">
<summary>Context for the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.Delete(`0)">
<summary>Mark an entity for deletion</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.DeleteById(System.Object)">
<summary>Overload that deletes an entity</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Store`1.EntitySet">
<summary>EntitySet for this store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.GetByIdAsync(System.Object,System.Threading.CancellationToken)">
<summary>FindAsync an entity by ID</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.Insert(`0)">
<summary>Insert an entity</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.Update(`0)">
<summary>Update an entity</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.Token">
<summary>EntityType that implements IToken <see cref="T:Microsoft.AspNet.Identity.IToken" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Token.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.Token" /> class.</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Token.Id">
<summary>Gets the identifier of this token.</summary>
<returns>The identifier of this token.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Token.ValidUntilUtc">
<summary>Gets the date and time the token is valid.</summary>
<returns>The date and time the token is valid.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Token.Value">
<summary>Gets the value of this token.</summary>
<returns>The value of this token.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1">
<summary>Implements ITokenStore using EntityFramework where TToken is the entity type of the token being stored</summary>
<typeparam name="TToken"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes the db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.AddAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.CreateNewInstance"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.FindAsync(System.String,System.Boolean,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.RemoveAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.UpdateAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.User">
<summary>EntityType that implements IUser <see cref="T:Microsoft.AspNet.Identity.IUser" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.User.#ctor">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.User.#ctor(System.String)">
<summary>Constructor that takes userName</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.User.Id"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.User.Logins">
<summary>The user's logins</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.User.Management">
<summary>The user's management object</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.User.Roles">
<summary>The user's roles</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.User.UserName"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserClaim">
<summary>EntityType that represents one specific user claim <see cref="T:Microsoft.AspNet.Identity.IUserClaim" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserClaim.#ctor">
<summary>Constructor</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserClaim.ClaimType">
<summary>Gets or sets the type of the claim associated with the user.</summary>
<returns>The type of the claim associated with the user.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserClaim.ClaimValue">
<summary>Gets or sets the value of the claim.</summary>
<returns>The value of the claim.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserClaim.Key">
<summary>Unique key for the user claim</summary>
<returns>The unique key for the user claim.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserClaim.User">
<summary>Navigation property setting up the foreign key for User</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserClaim.UserId">
<summary>Gets or sets the user identifier associated with the claim.</summary>
<returns>The user identifier associated with the claim.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserClaimStore`1">
<summary>Implements IUserClaimStore using EntityFramework where TUserSecret is the entity type of the user claim being stored</summary>
<typeparam name="TUserClaim"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserClaimStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes the db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserClaimStore`1.AddAsync(Microsoft.AspNet.Identity.IUserClaim,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserClaimStore`1.GetUserClaimsAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserClaimStore`1.RemoveAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserLogin">
<summary>Entity type for a user's login (i.e. facebook, local password, google)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLogin.#ctor">
<summary>Default constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLogin.#ctor(System.String,System.String,System.String)">
<summary>Constructor</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserLogin.LoginProvider"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserLogin.ProviderKey"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserLogin.User">
<summary>Navigation property setting up the foreign key for User</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserLogin.UserId"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1">
<summary>Implements IUserLoginStore using EntityFramework where TUserLogin is the entity type of the user login being stored</summary>
<typeparam name="TUserLogin"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes a db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.AddAsync(Microsoft.AspNet.Identity.IUserLogin,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.CreateNewInstance(System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.GetLoginsAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.GetProviderKeyAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.GetUserIdAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.RemoveAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserManagement">
<summary>Represents the user management instance.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagement.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.UserManagement" /> class.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagement.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.UserManagement" /> class using the specified user identifier..</summary>
<param name="userId">The unique identifier of the user.</param>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserManagement.DisableSignIn">
<summary>Gets or sets whether to disable the user sign in.</summary>
<returns>true to disable the user sign in; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserManagement.LastSignInTimeUtc">
<summary>Gets or sets the time when the user recently signed in.</summary>
<returns>The time when the user recently signed in.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserManagement.User">
<summary>Navigation property setting up the foreign key for User</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserManagement.UserId">
<summary>Gets or sets the unique identifier of the user.</summary>
<returns>The unique identifier of the user.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1">
<summary>Represents the user management store.</summary>
<typeparam name="TUser">The type of the user.</typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1" /> class.</summary>
<param name="db">The context for the store.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.CreateAsync(Microsoft.AspNet.Identity.IUserManagement,System.Threading.CancellationToken)">
<summary>Creates a user management.</summary>
<returns>The created management store.</returns>
<param name="info">The user management information.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.CreateNewInstance(System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.DeleteAsync(System.String,System.Threading.CancellationToken)">
<summary>Deletes a user management.</summary>
<returns>The deleted user management.</returns>
<param name="userId">The user identifier where the management will be deleted.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.FindAsync(System.String,System.Threading.CancellationToken)">
<summary>Searches for a user management of a specific user.</summary>
<returns>The searched user management.</returns>
<param name="userId">The user identifier.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.UpdateAsync(Microsoft.AspNet.Identity.IUserManagement,System.Threading.CancellationToken)">
<summary>Updates a user management.</summary>
<returns>The updated user management information.</returns>
<param name="info">The user management information.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserRole">
<summary>EntityType that represents a user belonging to a role <see cref="T:Microsoft.AspNet.Identity.EntityFramework.IUserRole" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserRole.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.UserRole" /> class.</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserRole.Role">
<summary>Navigation property setting up the foreign key for Role</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserRole.RoleId">
<summary>Gets or sets the role identifier.</summary>
<returns>The role identifier.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserRole.User">
<summary>Navigation property setting up the foreign key for User</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserRole.UserId">
<summary>Gets or sets the user identifier.</summary>
<returns>The user identifier.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserSecret">
<summary>EntityType that represents a username and secret(i.e. hashed password) <see cref="T:Microsoft.AspNet.Identity.IUserSecret" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecret.#ctor">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecret.#ctor(System.String,System.String)">
<summary>Constructor</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserSecret.Secret"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserSecret.UserName"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1">
<summary>Implements IUserSecretStore using EntityFramework where TUserSecret is the entity type of the user secret being stored</summary>
<typeparam name="TUserSecret"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes a db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.CreateAsync(Microsoft.AspNet.Identity.IUserSecret,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.CreateNewInstance(System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.DeleteAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.FindAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.UpdateAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.ValidateAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserStore`1">
<summary>Implements IUserStore using EntityFramework where TUser is the entity type of the user being stored</summary>
<typeparam name="TUser"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes the db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.CreateAsync(Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.DeleteAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.FindAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.FindByNameAsync(System.String,System.Threading.CancellationToken)"></member>
</members>
</doc>

Binary file not shown.

View File

@@ -0,0 +1,642 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.AspNet.Identity.Owin</name>
</assembly>
<members>
<member name="T:Microsoft.AspNet.Identity.Owin.SignInManagerExtensions">
<summary>
Extension methods for SignInManager/>
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManagerExtensions.CreateUserIdentity``2(Microsoft.AspNet.Identity.Owin.SignInManager{``0,``1},``0)">
<summary>
Called to generate the ClaimsIdentity for the user, override to add additional claims before SignIn
</summary>
<param name="manager"></param>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManagerExtensions.SignIn``2(Microsoft.AspNet.Identity.Owin.SignInManager{``0,``1},``0,System.Boolean,System.Boolean)">
<summary>
Creates a user identity and then signs the identity using the AuthenticationManager
</summary>
<param name="manager"></param>
<param name="user"></param>
<param name="isPersistent"></param>
<param name="rememberBrowser"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManagerExtensions.SendTwoFactorCode``2(Microsoft.AspNet.Identity.Owin.SignInManager{``0,``1},System.String)">
<summary>
Send a two factor code to a user
</summary>
<param name="manager"></param>
<param name="provider"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManagerExtensions.GetVerifiedUserId``2(Microsoft.AspNet.Identity.Owin.SignInManager{``0,``1})">
<summary>
Get the user id that has been verified already or null.
</summary>
<param name="manager"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManagerExtensions.HasBeenVerified``2(Microsoft.AspNet.Identity.Owin.SignInManager{``0,``1})">
<summary>
Has the user been verified (ie either via password or external login)
</summary>
<param name="manager"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManagerExtensions.TwoFactorSignIn``2(Microsoft.AspNet.Identity.Owin.SignInManager{``0,``1},System.String,System.String,System.Boolean,System.Boolean)">
<summary>
Two factor verification step
</summary>
<param name="manager"></param>
<param name="provider"></param>
<param name="code"></param>
<param name="isPersistent"></param>
<param name="rememberBrowser"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManagerExtensions.ExternalSignIn``2(Microsoft.AspNet.Identity.Owin.SignInManager{``0,``1},Microsoft.AspNet.Identity.Owin.ExternalLoginInfo,System.Boolean)">
<summary>
Sign the user in using an associated external login
</summary>
<param name="manager"></param>
<param name="loginInfo"></param>
<param name="isPersistent"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManagerExtensions.PasswordSignIn``2(Microsoft.AspNet.Identity.Owin.SignInManager{``0,``1},System.String,System.String,System.Boolean,System.Boolean)">
<summary>
Sign in the user in using the user name and password
</summary>
<param name="manager"></param>
<param name="userName"></param>
<param name="password"></param>
<param name="isPersistent"></param>
<param name="shouldLockout"></param>
<returns></returns>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.IdentityFactoryMiddleware`2">
<summary>
OwinMiddleware that initializes an object for use in the OwinContext via the Get/Set generic extensions method
</summary>
<typeparam name="TResult"></typeparam>
<typeparam name="TOptions"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IdentityFactoryMiddleware`2.#ctor(Microsoft.Owin.OwinMiddleware,`1)">
<summary>
Constructor
</summary>
<param name="next">The next middleware in the OWIN pipeline to invoke</param>
<param name="options">Configuration options for the middleware</param>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IdentityFactoryMiddleware`2.Invoke(Microsoft.Owin.IOwinContext)">
<summary>
Create an object using the Options.Provider, storing it in the OwinContext and then disposes the object when finished
</summary>
<param name="context"></param>
<returns></returns>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityFactoryMiddleware`2.Options">
<summary>
Configuration options
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.IdentityFactoryOptions`1">
<summary>
Configuration options for a IdentityFactoryMiddleware
</summary>
<typeparam name="T"></typeparam>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityFactoryOptions`1.DataProtectionProvider">
<summary>
Used to configure the data protection provider
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityFactoryOptions`1.Provider">
<summary>
Provider used to Create and Dispose objects
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.IIdentityFactoryProvider`1">
<summary>
Interface used to create objects per request
</summary>
<typeparam name="T"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IIdentityFactoryProvider`1.Create(Microsoft.AspNet.Identity.Owin.IdentityFactoryOptions{`0},Microsoft.Owin.IOwinContext)">
<summary>
Called once per request to create an object
</summary>
<param name="options"></param>
<param name="context"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IIdentityFactoryProvider`1.Dispose(Microsoft.AspNet.Identity.Owin.IdentityFactoryOptions{`0},`0)">
<summary>
Called at the end of the request to dispose the object created
</summary>
<param name="options"></param>
<param name="instance"></param>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.IdentityFactoryProvider`1">
<summary>
Used to configure how the IdentityFactoryMiddleware will create an instance of the specified type for each OwinContext
</summary>
<typeparam name="T"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IdentityFactoryProvider`1.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IdentityFactoryProvider`1.Create(Microsoft.AspNet.Identity.Owin.IdentityFactoryOptions{`0},Microsoft.Owin.IOwinContext)">
<summary>
Calls the OnCreate Delegate
</summary>
<param name="options"></param>
<param name="context"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IdentityFactoryProvider`1.Dispose(Microsoft.AspNet.Identity.Owin.IdentityFactoryOptions{`0},`0)">
<summary>
Calls the OnDispose delegate
</summary>
<param name="options"></param>
<param name="instance"></param>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityFactoryProvider`1.OnCreate">
<summary>
A delegate assigned to this property will be invoked when the related method is called
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityFactoryProvider`1.OnDispose">
<summary>
A delegate assigned to this property will be invoked when the related method is called
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.DataProtectorTokenProvider`1">
<summary>
Token provider that uses an IDataProtector to generate encrypted tokens based off of the security stamp
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.DataProtectorTokenProvider`2">
<summary>
Token provider that uses an IDataProtector to generate encrypted tokens based off of the security stamp
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.DataProtectorTokenProvider`2.#ctor(Microsoft.Owin.Security.DataProtection.IDataProtector)">
<summary>
Constructor
</summary>
<param name="protector"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.DataProtectorTokenProvider`2.GenerateAsync(System.String,Microsoft.AspNet.Identity.UserManager{`0,`1},`0)">
<summary>
Generate a protected string for a user
</summary>
<param name="purpose"></param>
<param name="manager"></param>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.DataProtectorTokenProvider`2.ValidateAsync(System.String,System.String,Microsoft.AspNet.Identity.UserManager{`0,`1},`0)">
<summary>
Return false if the token is not valid
</summary>
<param name="purpose"></param>
<param name="token"></param>
<param name="manager"></param>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.DataProtectorTokenProvider`2.IsValidProviderForUserAsync(Microsoft.AspNet.Identity.UserManager{`0,`1},`0)">
<summary>
Returns true if the provider can be used to generate tokens for this user
</summary>
<param name="manager"></param>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.DataProtectorTokenProvider`2.NotifyAsync(System.String,Microsoft.AspNet.Identity.UserManager{`0,`1},`0)">
<summary>
This provider no-ops by default when asked to notify a user
</summary>
<param name="token"></param>
<param name="manager"></param>
<param name="user"></param>
<returns></returns>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.DataProtectorTokenProvider`2.Protector">
<summary>
IDataProtector for the token
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.DataProtectorTokenProvider`2.TokenLifespan">
<summary>
Lifespan after which the token is considered expired
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.DataProtectorTokenProvider`1.#ctor(Microsoft.Owin.Security.DataProtection.IDataProtector)">
<summary>
Constructor
</summary>
<param name="protector"></param>
</member>
<member name="T:Owin.AppBuilderExtensions">
<summary>
Extensions off of IAppBuilder to make it easier to configure the SignInCookies
</summary>
</member>
<member name="M:Owin.AppBuilderExtensions.CreatePerOwinContext``1(Owin.IAppBuilder,System.Func{``0})">
<summary>
Registers a callback that will be invoked to create an instance of type T that will be stored in the OwinContext
which can fetched via context.Get
</summary>
<typeparam name="T"></typeparam>
<param name="app">The <see cref="T:Owin.IAppBuilder"/> passed to the configuration method</param>
<param name="createCallback">Invoked to create an instance of T</param>
<returns>The updated <see cref="T:Owin.IAppBuilder"/></returns>
</member>
<member name="M:Owin.AppBuilderExtensions.CreatePerOwinContext``1(Owin.IAppBuilder,System.Func{Microsoft.AspNet.Identity.Owin.IdentityFactoryOptions{``0},Microsoft.Owin.IOwinContext,``0})">
<summary>
Registers a callback that will be invoked to create an instance of type T that will be stored in the OwinContext
which can fetched via context.Get
</summary>
<typeparam name="T"></typeparam>
<param name="app"></param>
<param name="createCallback"></param>
<returns></returns>
</member>
<member name="M:Owin.AppBuilderExtensions.CreatePerOwinContext``1(Owin.IAppBuilder,System.Func{Microsoft.AspNet.Identity.Owin.IdentityFactoryOptions{``0},Microsoft.Owin.IOwinContext,``0},System.Action{Microsoft.AspNet.Identity.Owin.IdentityFactoryOptions{``0},``0})">
<summary>
Registers a callback that will be invoked to create an instance of type T that will be stored in the OwinContext
which can fetched via context.Get
</summary>
<typeparam name="T"></typeparam>
<param name="app"></param>
<param name="createCallback"></param>
<param name="disposeCallback"></param>
<returns></returns>
</member>
<member name="M:Owin.AppBuilderExtensions.UseExternalSignInCookie(Owin.IAppBuilder)">
<summary>
Configure the app to use owin middleware based cookie authentication for external identities
</summary>
<param name="app"></param>
</member>
<member name="M:Owin.AppBuilderExtensions.UseExternalSignInCookie(Owin.IAppBuilder,System.String)">
<summary>
Configure the app to use owin middleware based cookie authentication for external identities
</summary>
<param name="app"></param>
<param name="externalAuthenticationType"></param>
</member>
<member name="M:Owin.AppBuilderExtensions.UseTwoFactorSignInCookie(Owin.IAppBuilder,System.String,System.TimeSpan)">
<summary>
Configures a cookie intended to be used to store the partial credentials for two factor authentication
</summary>
<param name="app"></param>
<param name="authenticationType"></param>
<param name="expires"></param>
</member>
<member name="M:Owin.AppBuilderExtensions.UseTwoFactorRememberBrowserCookie(Owin.IAppBuilder,System.String)">
<summary>
Configures a cookie intended to be used to store whether two factor authentication has been done already
</summary>
<param name="app"></param>
<param name="authenticationType"></param>
</member>
<member name="M:Owin.AppBuilderExtensions.UseOAuthBearerTokens(Owin.IAppBuilder,Microsoft.Owin.Security.OAuth.OAuthAuthorizationServerOptions)">
<summary>
Configure the app to use owin middleware based oauth bearer tokens
</summary>
<param name="app"></param>
<param name="options"></param>
</member>
<member name="T:Microsoft.Owin.Security.AuthenticationManagerExtensions">
<summary>
Extensions methods on IAuthenticationManager that add methods for using the default Application and External
authentication type constants
</summary>
</member>
<member name="M:Microsoft.Owin.Security.AuthenticationManagerExtensions.GetExternalAuthenticationTypes(Microsoft.Owin.Security.IAuthenticationManager)">
<summary>
Return the authentication types which are considered external because they have captions
</summary>
<param name="manager"></param>
<returns></returns>
</member>
<member name="M:Microsoft.Owin.Security.AuthenticationManagerExtensions.GetExternalIdentityAsync(Microsoft.Owin.Security.IAuthenticationManager,System.String)">
<summary>
Return the identity associated with the default external authentication type
</summary>
<returns></returns>
</member>
<member name="M:Microsoft.Owin.Security.AuthenticationManagerExtensions.GetExternalIdentity(Microsoft.Owin.Security.IAuthenticationManager,System.String)">
<summary>
Return the identity associated with the default external authentication type
</summary>
<param name="manager"></param>
<param name="externalAuthenticationType"></param>
<returns></returns>
</member>
<member name="M:Microsoft.Owin.Security.AuthenticationManagerExtensions.GetExternalLoginInfoAsync(Microsoft.Owin.Security.IAuthenticationManager)">
<summary>
Extracts login info out of an external identity
</summary>
<param name="manager"></param>
<returns></returns>
</member>
<member name="M:Microsoft.Owin.Security.AuthenticationManagerExtensions.GetExternalLoginInfo(Microsoft.Owin.Security.IAuthenticationManager)">
<summary>
Extracts login info out of an external identity
</summary>
<param name="manager"></param>
<returns></returns>
</member>
<member name="M:Microsoft.Owin.Security.AuthenticationManagerExtensions.GetExternalLoginInfo(Microsoft.Owin.Security.IAuthenticationManager,System.String,System.String)">
<summary>
Extracts login info out of an external identity
</summary>
<param name="manager"></param>
<param name="xsrfKey">key that will be used to find the userId to verify</param>
<param name="expectedValue">
the value expected to be found using the xsrfKey in the AuthenticationResult.Properties
dictionary
</param>
<returns></returns>
</member>
<member name="M:Microsoft.Owin.Security.AuthenticationManagerExtensions.GetExternalLoginInfoAsync(Microsoft.Owin.Security.IAuthenticationManager,System.String,System.String)">
<summary>
Extracts login info out of an external identity
</summary>
<param name="manager"></param>
<param name="xsrfKey">key that will be used to find the userId to verify</param>
<param name="expectedValue">
the value expected to be found using the xsrfKey in the AuthenticationResult.Properties
dictionary
</param>
<returns></returns>
</member>
<member name="M:Microsoft.Owin.Security.AuthenticationManagerExtensions.TwoFactorBrowserRememberedAsync(Microsoft.Owin.Security.IAuthenticationManager,System.String)">
<summary>
Returns true if there is a TwoFactorRememberBrowser cookie for a user
</summary>
<param name="manager"></param>
<param name="userId"></param>
<returns></returns>
</member>
<member name="M:Microsoft.Owin.Security.AuthenticationManagerExtensions.TwoFactorBrowserRemembered(Microsoft.Owin.Security.IAuthenticationManager,System.String)">
<summary>
Returns true if there is a TwoFactorRememberBrowser cookie for a user
</summary>
<param name="manager"></param>
<param name="userId"></param>
<returns></returns>
</member>
<member name="M:Microsoft.Owin.Security.AuthenticationManagerExtensions.CreateTwoFactorRememberBrowserIdentity(Microsoft.Owin.Security.IAuthenticationManager,System.String)">
<summary>
Creates a TwoFactorRememberBrowser cookie for a user
</summary>
<param name="manager"></param>
<param name="userId"></param>
<returns></returns>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.OwinContextExtensions">
<summary>
Extension methods for OwinContext/>
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.OwinContextExtensions.Set``1(Microsoft.Owin.IOwinContext,``0)">
<summary>
Stores an object in the OwinContext using a key based on the AssemblyQualified type name
</summary>
<typeparam name="T"></typeparam>
<param name="context"></param>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.OwinContextExtensions.Get``1(Microsoft.Owin.IOwinContext)">
<summary>
Retrieves an object from the OwinContext using a key based on the AssemblyQualified type name
</summary>
<typeparam name="T"></typeparam>
<param name="context"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.OwinContextExtensions.GetUserManager``1(Microsoft.Owin.IOwinContext)">
<summary>
Get the user manager from the context
</summary>
<typeparam name="TManager"></typeparam>
<param name="context"></param>
<returns></returns>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.ExternalLoginInfo">
<summary>
Used to return information needed to associate an external login
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.ExternalLoginInfo.Login">
<summary>
Associated login data
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.ExternalLoginInfo.DefaultUserName">
<summary>
Suggested user name for a user
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.ExternalLoginInfo.Email">
<summary>
Email claim from the external identity
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.ExternalLoginInfo.ExternalIdentity">
<summary>
The external identity
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.SecurityStampValidator">
<summary>
Static helper class used to configure a CookieAuthenticationProvider to validate a cookie against a user's security
stamp
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SecurityStampValidator.OnValidateIdentity``2(System.TimeSpan,System.Func{``0,``1,System.Threading.Tasks.Task{System.Security.Claims.ClaimsIdentity}})">
<summary>
Can be used as the ValidateIdentity method for a CookieAuthenticationProvider which will check a user's security
stamp after validateInterval
Rejects the identity if the stamp changes, and otherwise will call regenerateIdentity to sign in a new
ClaimsIdentity
</summary>
<typeparam name="TManager"></typeparam>
<typeparam name="TUser"></typeparam>
<param name="validateInterval"></param>
<param name="regenerateIdentity"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SecurityStampValidator.OnValidateIdentity``3(System.TimeSpan,System.Func{``0,``1,System.Threading.Tasks.Task{System.Security.Claims.ClaimsIdentity}},System.Func{System.Security.Claims.ClaimsIdentity,``2})">
<summary>
Can be used as the ValidateIdentity method for a CookieAuthenticationProvider which will check a user's security
stamp after validateInterval
Rejects the identity if the stamp changes, and otherwise will call regenerateIdentity to sign in a new
ClaimsIdentity
</summary>
<typeparam name="TManager"></typeparam>
<typeparam name="TUser"></typeparam>
<typeparam name="TKey"></typeparam>
<param name="validateInterval"></param>
<param name="regenerateIdentityCallback"></param>
<param name="getUserIdCallback"></param>
<returns></returns>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.SignInManager`2">
<summary>
Manages Sign In operations for users
</summary>
<typeparam name="TUser"></typeparam>
<typeparam name="TKey"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManager`2.#ctor(Microsoft.AspNet.Identity.UserManager{`0,`1},Microsoft.Owin.Security.IAuthenticationManager)">
<summary>
Constructor
</summary>
<param name="userManager"></param>
<param name="authenticationManager"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManager`2.CreateUserIdentityAsync(`0)">
<summary>
Called to generate the ClaimsIdentity for the user, override to add additional claims before SignIn
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManager`2.ConvertIdToString(`1)">
<summary>
Convert a TKey userId to a string, by default this just calls ToString()
</summary>
<param name="id"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManager`2.ConvertIdFromString(System.String)">
<summary>
Convert a string id to the proper TKey using Convert.ChangeType
</summary>
<param name="id"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManager`2.SignInAsync(`0,System.Boolean,System.Boolean)">
<summary>
Creates a user identity and then signs the identity using the AuthenticationManager
</summary>
<param name="user"></param>
<param name="isPersistent"></param>
<param name="rememberBrowser"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManager`2.SendTwoFactorCodeAsync(System.String)">
<summary>
Send a two factor code to a user
</summary>
<param name="provider"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManager`2.GetVerifiedUserIdAsync">
<summary>
Get the user id that has been verified already or null.
</summary>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManager`2.HasBeenVerifiedAsync">
<summary>
Has the user been verified (ie either via password or external login)
</summary>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManager`2.TwoFactorSignInAsync(System.String,System.String,System.Boolean,System.Boolean)">
<summary>
Two factor verification step
</summary>
<param name="provider"></param>
<param name="code"></param>
<param name="isPersistent"></param>
<param name="rememberBrowser"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManager`2.ExternalSignInAsync(Microsoft.AspNet.Identity.Owin.ExternalLoginInfo,System.Boolean)">
<summary>
Sign the user in using an associated external login
</summary>
<param name="loginInfo"></param>
<param name="isPersistent"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManager`2.PasswordSignInAsync(System.String,System.String,System.Boolean,System.Boolean)">
<summary>
Sign in the user in using the user name and password
</summary>
<param name="userName"></param>
<param name="password"></param>
<param name="isPersistent"></param>
<param name="shouldLockout"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManager`2.Dispose">
<summary>
Dispose
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.SignInManager`2.Dispose(System.Boolean)">
<summary>
If disposing, calls dispose on the Context. Always nulls out the Context
</summary>
<param name="disposing"></param>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.SignInManager`2.AuthenticationType">
<summary>
AuthenticationType that will be used by sign in, defaults to DefaultAuthenticationTypes.ApplicationCookie
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.SignInManager`2.UserManager">
<summary>
Used to operate on users
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.SignInManager`2.AuthenticationManager">
<summary>
Used to sign in identities
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.SignInStatus">
<summary>
Possible results from a sign in attempt
</summary>
</member>
<member name="F:Microsoft.AspNet.Identity.Owin.SignInStatus.Success">
<summary>
Sign in was successful
</summary>
</member>
<member name="F:Microsoft.AspNet.Identity.Owin.SignInStatus.LockedOut">
<summary>
User is locked out
</summary>
</member>
<member name="F:Microsoft.AspNet.Identity.Owin.SignInStatus.RequiresVerification">
<summary>
Sign in requires addition verification (i.e. two factor)
</summary>
</member>
<member name="F:Microsoft.AspNet.Identity.Owin.SignInStatus.Failure">
<summary>
Sign in failed
</summary>
</member>
</members>
</doc>

View File

@@ -0,0 +1,198 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.AspNet.Identity.Owin</name>
</assembly>
<members>
<member name="T:Microsoft.AspNet.Identity.IdentityExtensions">
<summary>Erweiterungen, die das Abrufen der Benutzername-/Benutzer-ID-Ansprüche aus einer Identität vereinfachen.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityExtensions.FindFirstValue(System.Security.Claims.ClaimsIdentity,System.String)">
<summary>Gibt den Anspruchswert für den ersten Anspruch mit dem angegebenen Typ zurück, wenn vorhanden, andernfalls null.</summary>
<returns>Gibt <see cref="T:System.String" /> zurück.</returns>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityExtensions.GetUserId(System.Security.Principal.IIdentity)">
<summary>Gibt die Benutzer-ID mithilfe von UserIdClaimType zurück.</summary>
<returns>Gibt <see cref="T:System.String" /> zurück.</returns>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityExtensions.GetUserName(System.Security.Principal.IIdentity)">
<summary>Gibt den Benutzernamen mithilfe von UserNameClaimType zurück.</summary>
<returns>Gibt <see cref="T:System.String" /> zurück.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.AuthenticationIdentityManager">
<summary>Owin aware identity manager that adds sign in/sign out and claims functionality</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationIdentityManager.#ctor(Microsoft.AspNet.Identity.IdentitySettings,Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationIdentityManager.#ctor(Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor that uses the default settings</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.AuthenticationIdentityManager.Authentication">
<summary>Authentication APIs (SignIn, SignOut)</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.AuthenticationManager">
<summary>Authentication APIs (SignIn/SignOut)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.#ctor(Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions,Microsoft.AspNet.Identity.IdentityManager)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.CheckPasswordAndSignInAsync(Microsoft.Owin.Security.IAuthenticationManager,System.String,System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Validates that the password matches and then signs the token in</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.ConfirmSignInTokenAsync(System.String,System.Threading.CancellationToken)">
<summary>If the token is found, allows the user to sign in</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.CreateAndSignInExternalUserAsync(Microsoft.Owin.Security.IAuthenticationManager,Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)">
<summary>Create an external user and sign them in</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.CreateApplicationClaimsIdentity(System.Collections.Generic.IEnumerable{System.Security.Claims.Claim})">
<summary>Creates a claims identity with the ApplicationAuthenticaitonType, UserNameClaimType and ConfigRole type</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.GetExternalIdentityAsync(Microsoft.Owin.Security.IAuthenticationManager)">
<summary>Return the identity associated with the default external authentication type</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.GetUserIdentityClaimsAsync(System.String,System.Collections.Generic.IEnumerable{System.Security.Claims.Claim},System.Threading.CancellationToken)">
<summary>Return the claims for a token, which will contain the UserIdClaimType, UserNameClaimType, a claim representing each Role and any claims specified in the UserClaims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.LinkExternalIdentityAsync(System.Security.Claims.ClaimsIdentity,System.String,System.Threading.CancellationToken)">
<summary>Try to link the given identity to the specified token</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.AuthenticationManager.Manager">
<summary>IdentityManager for operations</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.AuthenticationManager.Options">
<summary>Config</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.RequireTokenConfirmationForSignInAsync(System.String,System.String,System.DateTime,System.Threading.CancellationToken)">
<summary>Create a token for the specified user and disables sign in. ConfirmSignInTokenAsync will confirm this token and reenable sign in.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.SignInAsync(Microsoft.Owin.Security.IAuthenticationManager,System.String,System.Collections.Generic.IEnumerable{System.Security.Claims.Claim},System.Boolean,System.Threading.CancellationToken)">
<summary>Signs in the active principal with a identity that contains claims set to the result of GetUserIdentityClaims and the specified claims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.SignInExternalIdentityAsync(Microsoft.Owin.Security.IAuthenticationManager,System.Security.Claims.ClaimsIdentity,System.Threading.CancellationToken)">
<summary>Signs the identity in if the external identity is already linked</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.UpdateUserDisableSignIn(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Set the AllowSignIn flag for a user</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.IAuthenticationManager">
<summary>Authentication APIs (SignIn/SignOut)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.CheckPasswordAndSignInAsync(Microsoft.Owin.Security.IAuthenticationManager,System.String,System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Validates that the password matches and then signs the token in</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.ConfirmSignInTokenAsync(System.String,System.Threading.CancellationToken)">
<summary>If the token is found, allows the user to sign in</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.CreateAndSignInExternalUserAsync(Microsoft.Owin.Security.IAuthenticationManager,Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)">
<summary>Create an external user and sign them in</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.CreateApplicationClaimsIdentity(System.Collections.Generic.IEnumerable{System.Security.Claims.Claim})">
<summary>Creates a claims identity with the ApplicationAuthenticaitonType, UserNameClaimType and ConfigRole type</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.GetExternalIdentityAsync(Microsoft.Owin.Security.IAuthenticationManager)">
<summary>Return the identity associated with the default external authentication type</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.GetUserIdentityClaimsAsync(System.String,System.Collections.Generic.IEnumerable{System.Security.Claims.Claim},System.Threading.CancellationToken)">
<summary>Return the claims for a token, which will contain the UserIdClaimType, UserNameClaimType, a claim representing each Role and any claims specified in the UserClaims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.LinkExternalIdentityAsync(System.Security.Claims.ClaimsIdentity,System.String,System.Threading.CancellationToken)">
<summary>Try to link the given identity to the specified token</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.RequireTokenConfirmationForSignInAsync(System.String,System.String,System.DateTime,System.Threading.CancellationToken)">
<summary>Require a call to ConfirmSignInToken with the given token before this user can be signed in</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.SignInAsync(Microsoft.Owin.Security.IAuthenticationManager,System.String,System.Collections.Generic.IEnumerable{System.Security.Claims.Claim},System.Boolean,System.Threading.CancellationToken)">
<summary>Signs in the active principal with a identity that contains claims set to the result of GetUserIdentityClaims and the specified claims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.SignInExternalIdentityAsync(Microsoft.Owin.Security.IAuthenticationManager,System.Security.Claims.ClaimsIdentity,System.Threading.CancellationToken)">
<summary>Signs the identity in if the external identity is already linked</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.UpdateUserDisableSignIn(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Set the AllowSignIn flag for a user</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions">
<summary>Adds extensions methods related to SignIn using OWIN middleware and the IdentityManager to generate the appropriate user claims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.CheckPasswordAndSignIn(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.String,System.String,System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.CheckPasswordAndSignInAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.String,System.String,System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.ConfirmSignInToken(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.ConfirmSignInTokenAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.CreateAndSignInExternalUser(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,Microsoft.AspNet.Identity.IUser)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.CreateAndSignInExternalUserAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,Microsoft.AspNet.Identity.IUser)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.GetExternalIdentity(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.LinkExternalIdentity(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,System.Security.Claims.ClaimsIdentity,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.LinkExternalIdentityAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,System.Security.Claims.ClaimsIdentity,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.RequireTokenConfirmationForSignIn(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,System.String,System.String,System.DateTime)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.RequireTokenConfirmationForSignInAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,System.String,System.String,System.DateTime)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.SignIn(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.String,System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.SignIn(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.String,System.Collections.Generic.IEnumerable{System.Security.Claims.Claim},System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.SignInAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.String,System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.SignInAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.String,System.Boolean,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.SignInExternalIdentity(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.Security.Claims.ClaimsIdentity)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.SignInExternalIdentityAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.Security.Claims.ClaimsIdentity)"></member>
<member name="T:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions">
<summary>Configuration for the Identity system</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.#ctor">
<summary>Default constructor which uses the built in default options</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.ApplicationAuthenticationType">
<summary>The AuthenticationType used in the UseSignInCookies extension method for the active signed in identity.</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.ClaimsIssuer">
<summary>Issuer used for the claims generated</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.ExternalAuthenticationType">
<summary>The AuthenticationType used by the UseSignInCookies extension method for the external signed in identity.</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.LoginPath">
<summary>Path to the login page in the app</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.LogoutPath">
<summary>Path to the logout page in the app</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.RoleClaimType">
<summary>Claim type used for role claims</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.UserIdClaimType">
<summary>Claim type used for the user id</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.UserNameClaimType">
<summary>Claim type used for the user name</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.IdentitySettingsExtensions">
<summary>Represents the extensions used in identity settings.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IdentitySettingsExtensions.GetAuthenticationOptions(Microsoft.AspNet.Identity.IdentitySettings)">
<summary>Returns the authentication options for the identity.</summary>
<returns>The authentication options for the identity.</returns>
<param name="settings">The identity settings.</param>
</member>
<member name="T:Microsoft.Owin.Security.AuthenticationManagerExtensions">
<summary>Extensions methods on IAuthenticationManager that add methods for using the default Application and External authentication type constants</summary>
</member>
<member name="M:Microsoft.Owin.Security.AuthenticationManagerExtensions.GetExternalAuthenticationTypes(Microsoft.Owin.Security.IAuthenticationManager)">
<summary>Return the authentication types which are considered external because they have captions</summary>
</member>
<member name="T:Owin.AppBuilderExtensions">
<summary>Extensions off of IAppBuilder to make it easier to configure the SignInCookies</summary>
</member>
<member name="M:Owin.AppBuilderExtensions.UseExternalSignInCookie(Owin.IAppBuilder)">
<summary>Configure the app to use owin middleware based cookie authentication for external identities</summary>
</member>
<member name="M:Owin.AppBuilderExtensions.UseExternalSignInCookie(Owin.IAppBuilder,System.String)">
<summary>Configure the app to use owin middleware based cookie authentication for external identities</summary>
</member>
<member name="M:Owin.AppBuilderExtensions.UseOAuthBearerTokens(Owin.IAppBuilder,Microsoft.Owin.Security.OAuth.OAuthAuthorizationServerOptions,System.String)">
<summary>Configure the app to use owin middleware based oauth bearer tokens</summary>
</member>
<member name="M:Owin.AppBuilderExtensions.UseSignInCookies(Owin.IAppBuilder)">
<summary>Use application and external sign in cookies for the app</summary>
</member>
<member name="M:Owin.AppBuilderExtensions.UseSignInCookies(Owin.IAppBuilder,Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions)">
<summary>Configure the app to use owin middleware based cookie authentication for the active identity and external identities</summary>
</member>
</members>
</doc>

Binary file not shown.

View File

@@ -0,0 +1,198 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.AspNet.Identity.Owin</name>
</assembly>
<members>
<member name="T:Microsoft.AspNet.Identity.IdentityExtensions">
<summary>Erweiterungen, die das Abrufen der Benutzername-/Benutzer-ID-Ansprüche aus einer Identität vereinfachen.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityExtensions.FindFirstValue(System.Security.Claims.ClaimsIdentity,System.String)">
<summary>Gibt den Anspruchswert für den ersten Anspruch mit dem angegebenen Typ zurück, wenn vorhanden, andernfalls null.</summary>
<returns>Gibt <see cref="T:System.String" /> zurück.</returns>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityExtensions.GetUserId(System.Security.Principal.IIdentity)">
<summary>Gibt die Benutzer-ID mithilfe von UserIdClaimType zurück.</summary>
<returns>Gibt <see cref="T:System.String" /> zurück.</returns>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityExtensions.GetUserName(System.Security.Principal.IIdentity)">
<summary>Gibt den Benutzernamen mithilfe von UserNameClaimType zurück.</summary>
<returns>Gibt <see cref="T:System.String" /> zurück.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.AuthenticationIdentityManager">
<summary>Owin aware identity manager that adds sign in/sign out and claims functionality</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationIdentityManager.#ctor(Microsoft.AspNet.Identity.IdentitySettings,Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationIdentityManager.#ctor(Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor that uses the default settings</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.AuthenticationIdentityManager.Authentication">
<summary>Authentication APIs (SignIn, SignOut)</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.AuthenticationManager">
<summary>Authentication APIs (SignIn/SignOut)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.#ctor(Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions,Microsoft.AspNet.Identity.IdentityManager)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.CheckPasswordAndSignInAsync(Microsoft.Owin.Security.IAuthenticationManager,System.String,System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Validates that the password matches and then signs the token in</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.ConfirmSignInTokenAsync(System.String,System.Threading.CancellationToken)">
<summary>If the token is found, allows the user to sign in</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.CreateAndSignInExternalUserAsync(Microsoft.Owin.Security.IAuthenticationManager,Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)">
<summary>Create an external user and sign them in</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.CreateApplicationClaimsIdentity(System.Collections.Generic.IEnumerable{System.Security.Claims.Claim})">
<summary>Creates a claims identity with the ApplicationAuthenticaitonType, UserNameClaimType and ConfigRole type</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.GetExternalIdentityAsync(Microsoft.Owin.Security.IAuthenticationManager)">
<summary>Return the identity associated with the default external authentication type</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.GetUserIdentityClaimsAsync(System.String,System.Collections.Generic.IEnumerable{System.Security.Claims.Claim},System.Threading.CancellationToken)">
<summary>Return the claims for a token, which will contain the UserIdClaimType, UserNameClaimType, a claim representing each Role and any claims specified in the UserClaims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.LinkExternalIdentityAsync(System.Security.Claims.ClaimsIdentity,System.String,System.Threading.CancellationToken)">
<summary>Try to link the given identity to the specified token</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.AuthenticationManager.Manager">
<summary>IdentityManager for operations</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.AuthenticationManager.Options">
<summary>Config</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.RequireTokenConfirmationForSignInAsync(System.String,System.String,System.DateTime,System.Threading.CancellationToken)">
<summary>Create a token for the specified user and disables sign in. ConfirmSignInTokenAsync will confirm this token and reenable sign in.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.SignInAsync(Microsoft.Owin.Security.IAuthenticationManager,System.String,System.Collections.Generic.IEnumerable{System.Security.Claims.Claim},System.Boolean,System.Threading.CancellationToken)">
<summary>Signs in the active principal with a identity that contains claims set to the result of GetUserIdentityClaims and the specified claims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.SignInExternalIdentityAsync(Microsoft.Owin.Security.IAuthenticationManager,System.Security.Claims.ClaimsIdentity,System.Threading.CancellationToken)">
<summary>Signs the identity in if the external identity is already linked</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.AuthenticationManager.UpdateUserDisableSignIn(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Set the AllowSignIn flag for a user</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.IAuthenticationManager">
<summary>Authentication APIs (SignIn/SignOut)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.CheckPasswordAndSignInAsync(Microsoft.Owin.Security.IAuthenticationManager,System.String,System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Validates that the password matches and then signs the token in</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.ConfirmSignInTokenAsync(System.String,System.Threading.CancellationToken)">
<summary>If the token is found, allows the user to sign in</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.CreateAndSignInExternalUserAsync(Microsoft.Owin.Security.IAuthenticationManager,Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)">
<summary>Create an external user and sign them in</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.CreateApplicationClaimsIdentity(System.Collections.Generic.IEnumerable{System.Security.Claims.Claim})">
<summary>Creates a claims identity with the ApplicationAuthenticaitonType, UserNameClaimType and ConfigRole type</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.GetExternalIdentityAsync(Microsoft.Owin.Security.IAuthenticationManager)">
<summary>Return the identity associated with the default external authentication type</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.GetUserIdentityClaimsAsync(System.String,System.Collections.Generic.IEnumerable{System.Security.Claims.Claim},System.Threading.CancellationToken)">
<summary>Return the claims for a token, which will contain the UserIdClaimType, UserNameClaimType, a claim representing each Role and any claims specified in the UserClaims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.LinkExternalIdentityAsync(System.Security.Claims.ClaimsIdentity,System.String,System.Threading.CancellationToken)">
<summary>Try to link the given identity to the specified token</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.RequireTokenConfirmationForSignInAsync(System.String,System.String,System.DateTime,System.Threading.CancellationToken)">
<summary>Require a call to ConfirmSignInToken with the given token before this user can be signed in</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.SignInAsync(Microsoft.Owin.Security.IAuthenticationManager,System.String,System.Collections.Generic.IEnumerable{System.Security.Claims.Claim},System.Boolean,System.Threading.CancellationToken)">
<summary>Signs in the active principal with a identity that contains claims set to the result of GetUserIdentityClaims and the specified claims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.SignInExternalIdentityAsync(Microsoft.Owin.Security.IAuthenticationManager,System.Security.Claims.ClaimsIdentity,System.Threading.CancellationToken)">
<summary>Signs the identity in if the external identity is already linked</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManager.UpdateUserDisableSignIn(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Set the AllowSignIn flag for a user</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions">
<summary>Adds extensions methods related to SignIn using OWIN middleware and the IdentityManager to generate the appropriate user claims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.CheckPasswordAndSignIn(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.String,System.String,System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.CheckPasswordAndSignInAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.String,System.String,System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.ConfirmSignInToken(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.ConfirmSignInTokenAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.CreateAndSignInExternalUser(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,Microsoft.AspNet.Identity.IUser)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.CreateAndSignInExternalUserAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,Microsoft.AspNet.Identity.IUser)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.GetExternalIdentity(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.LinkExternalIdentity(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,System.Security.Claims.ClaimsIdentity,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.LinkExternalIdentityAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,System.Security.Claims.ClaimsIdentity,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.RequireTokenConfirmationForSignIn(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,System.String,System.String,System.DateTime)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.RequireTokenConfirmationForSignInAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,System.String,System.String,System.DateTime)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.SignIn(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.String,System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.SignIn(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.String,System.Collections.Generic.IEnumerable{System.Security.Claims.Claim},System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.SignInAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.String,System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.SignInAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.String,System.Boolean,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.SignInExternalIdentity(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.Security.Claims.ClaimsIdentity)"></member>
<member name="M:Microsoft.AspNet.Identity.Owin.IAuthenticationManagerExtensions.SignInExternalIdentityAsync(Microsoft.AspNet.Identity.Owin.IAuthenticationManager,Microsoft.Owin.Security.IAuthenticationManager,System.Security.Claims.ClaimsIdentity)"></member>
<member name="T:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions">
<summary>Configuration for the Identity system</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.#ctor">
<summary>Default constructor which uses the built in default options</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.ApplicationAuthenticationType">
<summary>The AuthenticationType used in the UseSignInCookies extension method for the active signed in identity.</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.ClaimsIssuer">
<summary>Issuer used for the claims generated</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.ExternalAuthenticationType">
<summary>The AuthenticationType used by the UseSignInCookies extension method for the external signed in identity.</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.LoginPath">
<summary>Path to the login page in the app</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.LogoutPath">
<summary>Path to the logout page in the app</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.RoleClaimType">
<summary>Claim type used for role claims</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.UserIdClaimType">
<summary>Claim type used for the user id</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions.UserNameClaimType">
<summary>Claim type used for the user name</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.Owin.IdentitySettingsExtensions">
<summary>Represents the extensions used in identity settings.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.Owin.IdentitySettingsExtensions.GetAuthenticationOptions(Microsoft.AspNet.Identity.IdentitySettings)">
<summary>Returns the authentication options for the identity.</summary>
<returns>The authentication options for the identity.</returns>
<param name="settings">The identity settings.</param>
</member>
<member name="T:Microsoft.Owin.Security.AuthenticationManagerExtensions">
<summary>Extensions methods on IAuthenticationManager that add methods for using the default Application and External authentication type constants</summary>
</member>
<member name="M:Microsoft.Owin.Security.AuthenticationManagerExtensions.GetExternalAuthenticationTypes(Microsoft.Owin.Security.IAuthenticationManager)">
<summary>Return the authentication types which are considered external because they have captions</summary>
</member>
<member name="T:Owin.AppBuilderExtensions">
<summary>Extensions off of IAppBuilder to make it easier to configure the SignInCookies</summary>
</member>
<member name="M:Owin.AppBuilderExtensions.UseExternalSignInCookie(Owin.IAppBuilder)">
<summary>Configure the app to use owin middleware based cookie authentication for external identities</summary>
</member>
<member name="M:Owin.AppBuilderExtensions.UseExternalSignInCookie(Owin.IAppBuilder,System.String)">
<summary>Configure the app to use owin middleware based cookie authentication for external identities</summary>
</member>
<member name="M:Owin.AppBuilderExtensions.UseOAuthBearerTokens(Owin.IAppBuilder,Microsoft.Owin.Security.OAuth.OAuthAuthorizationServerOptions,System.String)">
<summary>Configure the app to use owin middleware based oauth bearer tokens</summary>
</member>
<member name="M:Owin.AppBuilderExtensions.UseSignInCookies(Owin.IAppBuilder)">
<summary>Use application and external sign in cookies for the app</summary>
</member>
<member name="M:Owin.AppBuilderExtensions.UseSignInCookies(Owin.IAppBuilder,Microsoft.AspNet.Identity.Owin.IdentityAuthenticationOptions)">
<summary>Configure the app to use owin middleware based cookie authentication for the active identity and external identities</summary>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,474 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.AspNetCore.Antiforgery</name>
</assembly>
<members>
<member name="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions">
<summary>
Provides programmatic configuration for the antiforgery token system.
</summary>
</member>
<member name="F:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions.DefaultCookiePrefix">
<summary>
The default cookie prefix, which is ".AspNetCore.Antiforgery.".
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions.CookieName">
<summary>
Specifies the name of the cookie that is used by the antiforgery system.
</summary>
<remarks>
If an explicit name is not provided, the system will automatically generate a
unique name that begins with <see cref="F:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions.DefaultCookiePrefix"/>.
</remarks>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions.FormFieldName">
<summary>
Specifies the name of the antiforgery token field that is used by the antiforgery system.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions.HeaderName">
<summary>
Specifies the name of the header value that is used by the antiforgery system. If <c>null</c> then
antiforgery validation will only consider form data.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions.RequireSsl">
<summary>
Specifies whether SSL is required for the antiforgery system
to operate. If this setting is 'true' and a non-SSL request
comes into the system, all antiforgery APIs will fail.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions.SuppressXFrameOptionsHeader">
<summary>
Specifies whether to suppress the generation of X-Frame-Options header
which is used to prevent ClickJacking. By default, the X-Frame-Options
header is generated with the value SAMEORIGIN. If this setting is 'true',
the X-Frame-Options header will not be generated for the response.
</summary>
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet">
<summary>
The antiforgery token pair (cookie and request token) for a request.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet.#ctor(System.String,System.String,System.String,System.String)">
<summary>
Creates the antiforgery token pair (cookie and request token) for a request.
</summary>
<param name="requestToken">The token that is supplied in the request.</param>
<param name="cookieToken">The token that is supplied in the request cookie.</param>
<param name="formFieldName">The name of the form field used for the request token.</param>
<param name="headerName">The name of the header used for the request token.</param>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet.RequestToken">
<summary>
Gets the request token.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet.FormFieldName">
<summary>
Gets the name of the form field used for the request token.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet.HeaderName">
<summary>
Gets the name of the header used for the request token.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet.CookieToken">
<summary>
Gets the cookie token.
</summary>
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException">
<summary>
The <see cref="T:System.Exception"/> that is thrown when the antiforgery token validation fails.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException.#ctor(System.String)">
<summary>
Creates a new instance of <see cref="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException"/> with the specified
exception <paramref name="message"/>.
</summary>
<param name="message">The message that describes the error.</param>
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.IAntiforgery">
<summary>
Provides access to the antiforgery system, which provides protection against
Cross-site Request Forgery (XSRF, also called CSRF) attacks.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.IAntiforgery.GetAndStoreTokens(Microsoft.AspNetCore.Http.HttpContext)">
<summary>
Generates an <see cref="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet"/> for this request and stores the cookie token
in the response.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> associated with the current request.</param>
<returns>An <see cref="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet" /> with tokens for the response.</returns>
<remarks>
This method has a side effect:
A response cookie is set if there is no valid cookie associated with the request.
</remarks>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.IAntiforgery.GetTokens(Microsoft.AspNetCore.Http.HttpContext)">
<summary>
Generates an <see cref="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet"/> for this request.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> associated with the current request.</param>
<remarks>
Unlike <see cref="M:Microsoft.AspNetCore.Antiforgery.IAntiforgery.GetAndStoreTokens(Microsoft.AspNetCore.Http.HttpContext)"/>, this method has no side effect. The caller
is responsible for setting the response cookie and injecting the returned
form token as appropriate.
</remarks>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.IAntiforgery.IsRequestValidAsync(Microsoft.AspNetCore.Http.HttpContext)">
<summary>
Asynchronously returns a value indicating whether the request passes antiforgery validation. If the
request uses a safe HTTP method (GET, HEAD, OPTIONS, TRACE), the antiforgery token is not validated.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> associated with the current request.</param>
<returns>
A <see cref="T:System.Threading.Tasks.Task`1"/> that, when completed, returns <c>true</c> if the is requst uses a safe HTTP
method or contains a value antiforgery token, otherwise returns <c>false</c>.
</returns>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.IAntiforgery.ValidateRequestAsync(Microsoft.AspNetCore.Http.HttpContext)">
<summary>
Validates an antiforgery token that was supplied as part of the request.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> associated with the current request.</param>
<exception cref="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException">
Thrown when the request does not include a valid antiforgery token.
</exception>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.IAntiforgery.SetCookieTokenAndHeader(Microsoft.AspNetCore.Http.HttpContext)">
<summary>
Generates and stores an antiforgery cookie token if one is not available or not valid.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> associated with the current request.</param>
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.IAntiforgeryAdditionalDataProvider">
<summary>
Allows providing or validating additional custom data for antiforgery tokens.
For example, the developer could use this to supply a nonce when the token is
generated, then he could validate the nonce when the token is validated.
</summary>
<remarks>
The antiforgery system already embeds the client's username within the
generated tokens. This interface provides and consumes <em>supplemental</em>
data. If an incoming antiforgery token contains supplemental data but no
additional data provider is configured, the supplemental data will not be
validated.
</remarks>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.IAntiforgeryAdditionalDataProvider.GetAdditionalData(Microsoft.AspNetCore.Http.HttpContext)">
<summary>
Provides additional data to be stored for the antiforgery tokens generated
during this request.
</summary>
<param name="context">Information about the current request.</param>
<returns>Supplemental data to embed within the antiforgery token.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.IAntiforgeryAdditionalDataProvider.ValidateAdditionalData(Microsoft.AspNetCore.Http.HttpContext,System.String)">
<summary>
Validates additional data that was embedded inside an incoming antiforgery
token.
</summary>
<param name="context">Information about the current request.</param>
<param name="additionalData">Supplemental data that was embedded within the token.</param>
<returns>True if the data is valid; false if the data is invalid.</returns>
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryFeature">
<summary>
Used to hold per-request state.
</summary>
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgery">
<summary>
Provides access to the antiforgery system, which provides protection against
Cross-site Request Forgery (XSRF, also called CSRF) attacks.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgery.GetAndStoreTokens(Microsoft.AspNetCore.Http.HttpContext)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgery.GetTokens(Microsoft.AspNetCore.Http.HttpContext)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgery.IsRequestValidAsync(Microsoft.AspNetCore.Http.HttpContext)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgery.ValidateRequestAsync(Microsoft.AspNetCore.Http.HttpContext)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgery.SetCookieTokenAndHeader(Microsoft.AspNetCore.Http.HttpContext)">
<inheritdoc />
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgeryAdditionalDataProvider">
<summary>
A default <see cref="T:Microsoft.AspNetCore.Antiforgery.IAntiforgeryAdditionalDataProvider"/> implementation.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgeryAdditionalDataProvider.GetAdditionalData(Microsoft.AspNetCore.Http.HttpContext)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgeryAdditionalDataProvider.ValidateAdditionalData(Microsoft.AspNetCore.Http.HttpContext,System.String)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgeryTokenGenerator.GenerateCookieToken">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgeryTokenGenerator.GenerateRequestToken(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgeryTokenGenerator.IsCookieTokenValid(Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgeryTokenGenerator.TryValidateTokenSet(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken,Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken,System.String@)">
<inheritdoc />
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.Internal.DefaultClaimUidExtractor">
<summary>
Default implementation of <see cref="T:Microsoft.AspNetCore.Antiforgery.Internal.IClaimUidExtractor"/>.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultClaimUidExtractor.ExtractClaimUid(System.Security.Claims.ClaimsPrincipal)">
<inheritdoc />
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.Internal.IAntiforgeryTokenGenerator">
<summary>
Generates and validates antiforgery tokens.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.IAntiforgeryTokenGenerator.GenerateCookieToken">
<summary>
Generates a new random cookie token.
</summary>
<returns>An <see cref="T:Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken"/>.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.IAntiforgeryTokenGenerator.GenerateRequestToken(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken)">
<summary>
Generates a request token corresponding to <paramref name="cookieToken"/>.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> associated with the current request.</param>
<param name="cookieToken">A valid cookie token.</param>
<returns>An <see cref="T:Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken"/>.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.IAntiforgeryTokenGenerator.IsCookieTokenValid(Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken)">
<summary>
Attempts to validate a cookie token.
</summary>
<param name="cookieToken">A valid cookie token.</param>
<returns><c>true</c> if the cookie token is valid, otherwise <c>false</c>.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.IAntiforgeryTokenGenerator.TryValidateTokenSet(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken,Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken,System.String@)">
<summary>
Attempts to validate a cookie and request token set for the given <paramref name="httpContext"/>.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> associated with the current request.</param>
<param name="cookieToken">A cookie token.</param>
<param name="requestToken">A request token.</param>
<param name="message">
Will be set to the validation message if the tokens are invalid, otherwise <c>null</c>.
</param>
<returns><c>true</c> if the tokens are valid, otherwise <c>false</c>.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.IAntiforgeryTokenStore.GetRequestTokensAsync(Microsoft.AspNetCore.Http.HttpContext)">
<summary>
Gets the cookie and request tokens from the request.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> for the current request.</param>
<returns>The <see cref="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet"/>.</returns>
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.Internal.IClaimUidExtractor">
<summary>
This interface can extract unique identifers for a <see cref="T:System.Security.Claims.ClaimsPrincipal"/>.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.IClaimUidExtractor.ExtractClaimUid(System.Security.Claims.ClaimsPrincipal)">
<summary>
Extracts claims identifier.
</summary>
<param name="claimsPrincipal">The <see cref="T:System.Security.Claims.ClaimsPrincipal"/>.</param>
<returns>The claims identifier.</returns>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryTokenValidator_AuthenticatedUserWithoutUsername">
<summary>
The provided identity of type '{0}' is marked {1} = {2} but does not have a value for {3}. By default, the antiforgery system requires that all authenticated identities have a unique {3}. If it is not possible to provide a unique {3} for this identity, consider extending {4} by overriding the {5} or a custom type that can provide some form of unique identifier for the current user.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryTokenValidator_AuthenticatedUserWithoutUsername(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
<summary>
The provided identity of type '{0}' is marked {1} = {2} but does not have a value for {3}. By default, the antiforgery system requires that all authenticated identities have a unique {3}. If it is not possible to provide a unique {3} for this identity, consider extending {4} by overriding the {5} or a custom type that can provide some form of unique identifier for the current user.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryToken_AdditionalDataCheckFailed">
<summary>
The provided antiforgery token failed a custom data check.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryToken_AdditionalDataCheckFailed">
<summary>
The provided antiforgery token failed a custom data check.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryToken_ClaimUidMismatch">
<summary>
The provided antiforgery token was meant for a different claims-based user than the current user.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryToken_ClaimUidMismatch">
<summary>
The provided antiforgery token was meant for a different claims-based user than the current user.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryToken_DeserializationFailed">
<summary>
The antiforgery token could not be decrypted.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryToken_DeserializationFailed">
<summary>
The antiforgery token could not be decrypted.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryToken_SecurityTokenMismatch">
<summary>
The antiforgery cookie token and request token do not match.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryToken_SecurityTokenMismatch">
<summary>
The antiforgery cookie token and request token do not match.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryToken_TokensSwapped">
<summary>
Validation of the provided antiforgery token failed. The cookie token and the request token were swapped.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryToken_TokensSwapped">
<summary>
Validation of the provided antiforgery token failed. The cookie token and the request token were swapped.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryToken_UsernameMismatch">
<summary>
The provided antiforgery token was meant for user "{0}", but the current user is "{1}".
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryToken_UsernameMismatch(System.Object,System.Object)">
<summary>
The provided antiforgery token was meant for user "{0}", but the current user is "{1}".
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryWorker_RequireSSL">
<summary>
The antiforgery system has the configuration value {0}.{1} = {2}, but the current request is not an SSL request.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryWorker_RequireSSL(System.Object,System.Object,System.Object)">
<summary>
The antiforgery system has the configuration value {0}.{1} = {2}, but the current request is not an SSL request.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.Antiforgery_CookieToken_IsInvalid">
<summary>
The required antiforgery cookie "{0}" is not present.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.Antiforgery_CookieToken_MustBeProvided">
<summary>
The required antiforgery cookie "{0}" is not present.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgery_CookieToken_MustBeProvided(System.Object)">
<summary>
The required antiforgery cookie "{0}" is not present.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.Antiforgery_CookieToken_MustBeProvided_Generic">
<summary>
The required antiforgery cookie token must be provided.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgery_CookieToken_MustBeProvided_Generic">
<summary>
The required antiforgery cookie token must be provided.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.Antiforgery_FormToken_MustBeProvided">
<summary>
The required antiforgery form field "{0}" is not present.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgery_FormToken_MustBeProvided(System.Object)">
<summary>
The required antiforgery form field "{0}" is not present.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.Antiforgery_HeaderToken_MustBeProvided">
<summary>
The required antiforgery header value "{0}" is not present.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgery_HeaderToken_MustBeProvided(System.Object)">
<summary>
The required antiforgery header value "{0}" is not present.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.Antiforgery_RequestToken_MustBeProvided">
<summary>
The required antiforgery request token was not provided in either form field "{0}" or header value "{1}".
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgery_RequestToken_MustBeProvided(System.Object,System.Object)">
<summary>
The required antiforgery request token was not provided in either form field "{0}" or header value "{1}".
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.Antiforgery_RequestToken_MustBeProvided_Generic">
<summary>
The required antiforgery request token must be provided.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgery_RequestToken_MustBeProvided_Generic">
<summary>
The required antiforgery request token must be provided.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.ArgumentCannotBeNullOrEmpty">
<summary>
Value cannot be null or empty.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatArgumentCannotBeNullOrEmpty">
<summary>
Value cannot be null or empty.
</summary>
</member>
<member name="T:Microsoft.Extensions.DependencyInjection.AntiforgeryServiceCollectionExtensions">
<summary>
Extension methods for setting up antiforgery services in an <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.
</summary>
</member>
<member name="M:Microsoft.Extensions.DependencyInjection.AntiforgeryServiceCollectionExtensions.AddAntiforgery(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
<summary>
Adds antiforgery services to the specified <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.
</summary>
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add services to.</param>
<returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> so that additional calls can be chained.</returns>
</member>
<member name="M:Microsoft.Extensions.DependencyInjection.AntiforgeryServiceCollectionExtensions.AddAntiforgery(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions})">
<summary>
Adds antiforgery services to the specified <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.
</summary>
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add services to.</param>
<param name="setupAction">An <see cref="T:System.Action`1"/> to configure the provided <see cref="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions"/>.</param>
<returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> so that additional calls can be chained.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,474 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.AspNetCore.Antiforgery</name>
</assembly>
<members>
<member name="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions">
<summary>
Provides programmatic configuration for the antiforgery token system.
</summary>
</member>
<member name="F:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions.DefaultCookiePrefix">
<summary>
The default cookie prefix, which is ".AspNetCore.Antiforgery.".
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions.CookieName">
<summary>
Specifies the name of the cookie that is used by the antiforgery system.
</summary>
<remarks>
If an explicit name is not provided, the system will automatically generate a
unique name that begins with <see cref="F:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions.DefaultCookiePrefix"/>.
</remarks>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions.FormFieldName">
<summary>
Specifies the name of the antiforgery token field that is used by the antiforgery system.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions.HeaderName">
<summary>
Specifies the name of the header value that is used by the antiforgery system. If <c>null</c> then
antiforgery validation will only consider form data.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions.RequireSsl">
<summary>
Specifies whether SSL is required for the antiforgery system
to operate. If this setting is 'true' and a non-SSL request
comes into the system, all antiforgery APIs will fail.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions.SuppressXFrameOptionsHeader">
<summary>
Specifies whether to suppress the generation of X-Frame-Options header
which is used to prevent ClickJacking. By default, the X-Frame-Options
header is generated with the value SAMEORIGIN. If this setting is 'true',
the X-Frame-Options header will not be generated for the response.
</summary>
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet">
<summary>
The antiforgery token pair (cookie and request token) for a request.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet.#ctor(System.String,System.String,System.String,System.String)">
<summary>
Creates the antiforgery token pair (cookie and request token) for a request.
</summary>
<param name="requestToken">The token that is supplied in the request.</param>
<param name="cookieToken">The token that is supplied in the request cookie.</param>
<param name="formFieldName">The name of the form field used for the request token.</param>
<param name="headerName">The name of the header used for the request token.</param>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet.RequestToken">
<summary>
Gets the request token.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet.FormFieldName">
<summary>
Gets the name of the form field used for the request token.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet.HeaderName">
<summary>
Gets the name of the header used for the request token.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet.CookieToken">
<summary>
Gets the cookie token.
</summary>
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException">
<summary>
The <see cref="T:System.Exception"/> that is thrown when the antiforgery token validation fails.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException.#ctor(System.String)">
<summary>
Creates a new instance of <see cref="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException"/> with the specified
exception <paramref name="message"/>.
</summary>
<param name="message">The message that describes the error.</param>
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.IAntiforgery">
<summary>
Provides access to the antiforgery system, which provides protection against
Cross-site Request Forgery (XSRF, also called CSRF) attacks.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.IAntiforgery.GetAndStoreTokens(Microsoft.AspNetCore.Http.HttpContext)">
<summary>
Generates an <see cref="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet"/> for this request and stores the cookie token
in the response.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> associated with the current request.</param>
<returns>An <see cref="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet" /> with tokens for the response.</returns>
<remarks>
This method has a side effect:
A response cookie is set if there is no valid cookie associated with the request.
</remarks>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.IAntiforgery.GetTokens(Microsoft.AspNetCore.Http.HttpContext)">
<summary>
Generates an <see cref="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet"/> for this request.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> associated with the current request.</param>
<remarks>
Unlike <see cref="M:Microsoft.AspNetCore.Antiforgery.IAntiforgery.GetAndStoreTokens(Microsoft.AspNetCore.Http.HttpContext)"/>, this method has no side effect. The caller
is responsible for setting the response cookie and injecting the returned
form token as appropriate.
</remarks>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.IAntiforgery.IsRequestValidAsync(Microsoft.AspNetCore.Http.HttpContext)">
<summary>
Asynchronously returns a value indicating whether the request passes antiforgery validation. If the
request uses a safe HTTP method (GET, HEAD, OPTIONS, TRACE), the antiforgery token is not validated.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> associated with the current request.</param>
<returns>
A <see cref="T:System.Threading.Tasks.Task`1"/> that, when completed, returns <c>true</c> if the is requst uses a safe HTTP
method or contains a value antiforgery token, otherwise returns <c>false</c>.
</returns>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.IAntiforgery.ValidateRequestAsync(Microsoft.AspNetCore.Http.HttpContext)">
<summary>
Validates an antiforgery token that was supplied as part of the request.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> associated with the current request.</param>
<exception cref="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException">
Thrown when the request does not include a valid antiforgery token.
</exception>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.IAntiforgery.SetCookieTokenAndHeader(Microsoft.AspNetCore.Http.HttpContext)">
<summary>
Generates and stores an antiforgery cookie token if one is not available or not valid.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> associated with the current request.</param>
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.IAntiforgeryAdditionalDataProvider">
<summary>
Allows providing or validating additional custom data for antiforgery tokens.
For example, the developer could use this to supply a nonce when the token is
generated, then he could validate the nonce when the token is validated.
</summary>
<remarks>
The antiforgery system already embeds the client's username within the
generated tokens. This interface provides and consumes <em>supplemental</em>
data. If an incoming antiforgery token contains supplemental data but no
additional data provider is configured, the supplemental data will not be
validated.
</remarks>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.IAntiforgeryAdditionalDataProvider.GetAdditionalData(Microsoft.AspNetCore.Http.HttpContext)">
<summary>
Provides additional data to be stored for the antiforgery tokens generated
during this request.
</summary>
<param name="context">Information about the current request.</param>
<returns>Supplemental data to embed within the antiforgery token.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.IAntiforgeryAdditionalDataProvider.ValidateAdditionalData(Microsoft.AspNetCore.Http.HttpContext,System.String)">
<summary>
Validates additional data that was embedded inside an incoming antiforgery
token.
</summary>
<param name="context">Information about the current request.</param>
<param name="additionalData">Supplemental data that was embedded within the token.</param>
<returns>True if the data is valid; false if the data is invalid.</returns>
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryFeature">
<summary>
Used to hold per-request state.
</summary>
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgery">
<summary>
Provides access to the antiforgery system, which provides protection against
Cross-site Request Forgery (XSRF, also called CSRF) attacks.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgery.GetAndStoreTokens(Microsoft.AspNetCore.Http.HttpContext)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgery.GetTokens(Microsoft.AspNetCore.Http.HttpContext)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgery.IsRequestValidAsync(Microsoft.AspNetCore.Http.HttpContext)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgery.ValidateRequestAsync(Microsoft.AspNetCore.Http.HttpContext)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgery.SetCookieTokenAndHeader(Microsoft.AspNetCore.Http.HttpContext)">
<inheritdoc />
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgeryAdditionalDataProvider">
<summary>
A default <see cref="T:Microsoft.AspNetCore.Antiforgery.IAntiforgeryAdditionalDataProvider"/> implementation.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgeryAdditionalDataProvider.GetAdditionalData(Microsoft.AspNetCore.Http.HttpContext)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgeryAdditionalDataProvider.ValidateAdditionalData(Microsoft.AspNetCore.Http.HttpContext,System.String)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgeryTokenGenerator.GenerateCookieToken">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgeryTokenGenerator.GenerateRequestToken(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgeryTokenGenerator.IsCookieTokenValid(Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken)">
<inheritdoc />
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgeryTokenGenerator.TryValidateTokenSet(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken,Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken,System.String@)">
<inheritdoc />
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.Internal.DefaultClaimUidExtractor">
<summary>
Default implementation of <see cref="T:Microsoft.AspNetCore.Antiforgery.Internal.IClaimUidExtractor"/>.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.DefaultClaimUidExtractor.ExtractClaimUid(System.Security.Claims.ClaimsPrincipal)">
<inheritdoc />
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.Internal.IAntiforgeryTokenGenerator">
<summary>
Generates and validates antiforgery tokens.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.IAntiforgeryTokenGenerator.GenerateCookieToken">
<summary>
Generates a new random cookie token.
</summary>
<returns>An <see cref="T:Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken"/>.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.IAntiforgeryTokenGenerator.GenerateRequestToken(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken)">
<summary>
Generates a request token corresponding to <paramref name="cookieToken"/>.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> associated with the current request.</param>
<param name="cookieToken">A valid cookie token.</param>
<returns>An <see cref="T:Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken"/>.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.IAntiforgeryTokenGenerator.IsCookieTokenValid(Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken)">
<summary>
Attempts to validate a cookie token.
</summary>
<param name="cookieToken">A valid cookie token.</param>
<returns><c>true</c> if the cookie token is valid, otherwise <c>false</c>.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.IAntiforgeryTokenGenerator.TryValidateTokenSet(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken,Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryToken,System.String@)">
<summary>
Attempts to validate a cookie and request token set for the given <paramref name="httpContext"/>.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> associated with the current request.</param>
<param name="cookieToken">A cookie token.</param>
<param name="requestToken">A request token.</param>
<param name="message">
Will be set to the validation message if the tokens are invalid, otherwise <c>null</c>.
</param>
<returns><c>true</c> if the tokens are valid, otherwise <c>false</c>.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.IAntiforgeryTokenStore.GetRequestTokensAsync(Microsoft.AspNetCore.Http.HttpContext)">
<summary>
Gets the cookie and request tokens from the request.
</summary>
<param name="httpContext">The <see cref="T:Microsoft.AspNetCore.Http.HttpContext"/> for the current request.</param>
<returns>The <see cref="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet"/>.</returns>
</member>
<member name="T:Microsoft.AspNetCore.Antiforgery.Internal.IClaimUidExtractor">
<summary>
This interface can extract unique identifers for a <see cref="T:System.Security.Claims.ClaimsPrincipal"/>.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Internal.IClaimUidExtractor.ExtractClaimUid(System.Security.Claims.ClaimsPrincipal)">
<summary>
Extracts claims identifier.
</summary>
<param name="claimsPrincipal">The <see cref="T:System.Security.Claims.ClaimsPrincipal"/>.</param>
<returns>The claims identifier.</returns>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryTokenValidator_AuthenticatedUserWithoutUsername">
<summary>
The provided identity of type '{0}' is marked {1} = {2} but does not have a value for {3}. By default, the antiforgery system requires that all authenticated identities have a unique {3}. If it is not possible to provide a unique {3} for this identity, consider extending {4} by overriding the {5} or a custom type that can provide some form of unique identifier for the current user.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryTokenValidator_AuthenticatedUserWithoutUsername(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
<summary>
The provided identity of type '{0}' is marked {1} = {2} but does not have a value for {3}. By default, the antiforgery system requires that all authenticated identities have a unique {3}. If it is not possible to provide a unique {3} for this identity, consider extending {4} by overriding the {5} or a custom type that can provide some form of unique identifier for the current user.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryToken_AdditionalDataCheckFailed">
<summary>
The provided antiforgery token failed a custom data check.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryToken_AdditionalDataCheckFailed">
<summary>
The provided antiforgery token failed a custom data check.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryToken_ClaimUidMismatch">
<summary>
The provided antiforgery token was meant for a different claims-based user than the current user.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryToken_ClaimUidMismatch">
<summary>
The provided antiforgery token was meant for a different claims-based user than the current user.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryToken_DeserializationFailed">
<summary>
The antiforgery token could not be decrypted.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryToken_DeserializationFailed">
<summary>
The antiforgery token could not be decrypted.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryToken_SecurityTokenMismatch">
<summary>
The antiforgery cookie token and request token do not match.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryToken_SecurityTokenMismatch">
<summary>
The antiforgery cookie token and request token do not match.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryToken_TokensSwapped">
<summary>
Validation of the provided antiforgery token failed. The cookie token and the request token were swapped.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryToken_TokensSwapped">
<summary>
Validation of the provided antiforgery token failed. The cookie token and the request token were swapped.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryToken_UsernameMismatch">
<summary>
The provided antiforgery token was meant for user "{0}", but the current user is "{1}".
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryToken_UsernameMismatch(System.Object,System.Object)">
<summary>
The provided antiforgery token was meant for user "{0}", but the current user is "{1}".
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.AntiforgeryWorker_RequireSSL">
<summary>
The antiforgery system has the configuration value {0}.{1} = {2}, but the current request is not an SSL request.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgeryWorker_RequireSSL(System.Object,System.Object,System.Object)">
<summary>
The antiforgery system has the configuration value {0}.{1} = {2}, but the current request is not an SSL request.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.Antiforgery_CookieToken_IsInvalid">
<summary>
The required antiforgery cookie "{0}" is not present.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.Antiforgery_CookieToken_MustBeProvided">
<summary>
The required antiforgery cookie "{0}" is not present.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgery_CookieToken_MustBeProvided(System.Object)">
<summary>
The required antiforgery cookie "{0}" is not present.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.Antiforgery_CookieToken_MustBeProvided_Generic">
<summary>
The required antiforgery cookie token must be provided.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgery_CookieToken_MustBeProvided_Generic">
<summary>
The required antiforgery cookie token must be provided.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.Antiforgery_FormToken_MustBeProvided">
<summary>
The required antiforgery form field "{0}" is not present.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgery_FormToken_MustBeProvided(System.Object)">
<summary>
The required antiforgery form field "{0}" is not present.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.Antiforgery_HeaderToken_MustBeProvided">
<summary>
The required antiforgery header value "{0}" is not present.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgery_HeaderToken_MustBeProvided(System.Object)">
<summary>
The required antiforgery header value "{0}" is not present.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.Antiforgery_RequestToken_MustBeProvided">
<summary>
The required antiforgery request token was not provided in either form field "{0}" or header value "{1}".
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgery_RequestToken_MustBeProvided(System.Object,System.Object)">
<summary>
The required antiforgery request token was not provided in either form field "{0}" or header value "{1}".
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.Antiforgery_RequestToken_MustBeProvided_Generic">
<summary>
The required antiforgery request token must be provided.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatAntiforgery_RequestToken_MustBeProvided_Generic">
<summary>
The required antiforgery request token must be provided.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Antiforgery.Resources.ArgumentCannotBeNullOrEmpty">
<summary>
Value cannot be null or empty.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Antiforgery.Resources.FormatArgumentCannotBeNullOrEmpty">
<summary>
Value cannot be null or empty.
</summary>
</member>
<member name="T:Microsoft.Extensions.DependencyInjection.AntiforgeryServiceCollectionExtensions">
<summary>
Extension methods for setting up antiforgery services in an <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.
</summary>
</member>
<member name="M:Microsoft.Extensions.DependencyInjection.AntiforgeryServiceCollectionExtensions.AddAntiforgery(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
<summary>
Adds antiforgery services to the specified <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.
</summary>
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add services to.</param>
<returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> so that additional calls can be chained.</returns>
</member>
<member name="M:Microsoft.Extensions.DependencyInjection.AntiforgeryServiceCollectionExtensions.AddAntiforgery(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions})">
<summary>
Adds antiforgery services to the specified <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.
</summary>
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add services to.</param>
<param name="setupAction">An <see cref="T:System.Action`1"/> to configure the provided <see cref="T:Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions"/>.</param>
<returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> so that additional calls can be chained.</returns>
</member>
</members>
</doc>

Binary file not shown.

View File

@@ -0,0 +1,779 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.AspNetCore.Authorization</name>
</assembly>
<members>
<member name="T:Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute">
<summary>
Specifies that the class or method that this attribute is applied to does not require authorization.
</summary>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.AuthorizationHandler`1">
<summary>
Base class for authorization handlers that need to be called for a specific requirement type.
</summary>
<typeparam name="TRequirement">The type of the requirement to handle.</typeparam>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationHandler`1.HandleAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext)">
<summary>
Makes a decision if authorization is allowed.
</summary>
<param name="context">The authorization context.</param>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationHandler`1.HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,`0)">
<summary>
Makes a decision if authorization is allowed based on a specific requirement.
</summary>
<param name="context">The authorization context.</param>
<param name="requirement">The requirement to evaluate.</param>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.AuthorizationHandler`2">
<summary>
Base class for authorization handlers that need to be called for specific requirement and
resource types.
</summary>
<typeparam name="TRequirement">The type of the requirement to evaluate.</typeparam>
<typeparam name="TResource">The type of the resource to evaluate.</typeparam>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationHandler`2.HandleAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext)">
<summary>
Makes a decision if authorization is allowed.
</summary>
<param name="context">The authorization context.</param>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationHandler`2.HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,`0,`1)">
<summary>
Makes a decision if authorization is allowed based on a specific requirement and resource.
</summary>
<param name="context">The authorization context.</param>
<param name="requirement">The requirement to evaluate.</param>
<param name="resource">The resource to evaluate.</param>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext">
<summary>
Contains authorization information used by <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationHandler"/>.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext.#ctor(System.Collections.Generic.IEnumerable{Microsoft.AspNetCore.Authorization.IAuthorizationRequirement},System.Security.Claims.ClaimsPrincipal,System.Object)">
<summary>
Creates a new instance of <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext"/>.
</summary>
<param name="requirements">A collection of all the <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"/> for the current authorization action.</param>
<param name="user">A <see cref="T:System.Security.Claims.ClaimsPrincipal"/> representing the current user.</param>
<param name="resource">An optional resource to evaluate the <paramref name="requirements"/> against.</param>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext.Requirements">
<summary>
The collection of all the <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"/> for the current authorization action.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext.User">
<summary>
The <see cref="T:System.Security.Claims.ClaimsPrincipal"/> representing the current user.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext.Resource">
<summary>
The optional resource to evaluate the <see cref="P:Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext.Requirements"/> against.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext.PendingRequirements">
<summary>
Gets the requirements that have not yet been marked as succeeded.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext.HasFailed">
<summary>
Flag indicating whether the current authorization processing has failed.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext.HasSucceeded">
<summary>
Flag indicating whether the current authorization processing has succeeded.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext.Fail">
<summary>
Called to indicate <see cref="P:Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext.HasSucceeded"/> will
never return true, even if all requirements are met.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext.Succeed(Microsoft.AspNetCore.Authorization.IAuthorizationRequirement)">
<summary>
Called to mark the specified <paramref name="requirement"/> as being
successfully evaluated.
</summary>
<param name="requirement">The requirement whose evaluation has succeeded.</param>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.AuthorizationOptions">
<summary>
Provides programmatic configuration used by <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationService"/> and <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationPolicyProvider"/>.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.AuthorizationOptions.DefaultPolicy">
<summary>
Gets or sets the default authorization policy.
</summary>
<remarks>
The default policy is to require any authenticated user.
</remarks>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationOptions.AddPolicy(System.String,Microsoft.AspNetCore.Authorization.AuthorizationPolicy)">
<summary>
Add an authorization policy with the provided name.
</summary>
<param name="name">The name of the policy.</param>
<param name="policy">The authorization policy.</param>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationOptions.AddPolicy(System.String,System.Action{Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder})">
<summary>
Add a policy that is built from a delegate with the provided name.
</summary>
<param name="name">The name of the policy.</param>
<param name="configurePolicy">The delegate that will be used to build the policy.</param>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationOptions.GetPolicy(System.String)">
<summary>
Returns the policy for the specified name, or null if a policy with the name does not exist.
</summary>
<param name="name">The name of the policy to return.</param>
<returns>The policy for the specified name, or null if a policy with the name does not exist.</returns>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy">
<summary>
Represents a collection of authorization requirements and the scheme or
schemes they are evaluated against, all of which must succeed
for authorization to succeed.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicy.#ctor(System.Collections.Generic.IEnumerable{Microsoft.AspNetCore.Authorization.IAuthorizationRequirement},System.Collections.Generic.IEnumerable{System.String})">
<summary>
Creates a new instance of <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/>.
</summary>
<param name="requirements">
The list of <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"/>s which must succeed for
this policy to be successful.
</param>
<param name="authenticationSchemes">
The authentication schemes the <paramref name="requirements"/> are evaluated against.
</param>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.AuthorizationPolicy.Requirements">
<summary>
Gets a readonly list of <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"/>s which must succeed for
this policy to be successful.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.AuthorizationPolicy.AuthenticationSchemes">
<summary>
Gets a readonly list of the authentication schemes the <see cref="P:Microsoft.AspNetCore.Authorization.AuthorizationPolicy.Requirements"/>
are evaluated against.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicy.Combine(Microsoft.AspNetCore.Authorization.AuthorizationPolicy[])">
<summary>
Combines the specified <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/> into a single policy.
</summary>
<param name="policies">The authorization policies to combine.</param>
<returns>
A new <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/> which represents the combination of the
specified <paramref name="policies"/>.
</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicy.Combine(System.Collections.Generic.IEnumerable{Microsoft.AspNetCore.Authorization.AuthorizationPolicy})">
<summary>
Combines the specified <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/> into a single policy.
</summary>
<param name="policies">The authorization policies to combine.</param>
<returns>
A new <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/> which represents the combination of the
specified <paramref name="policies"/>.
</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicy.CombineAsync(Microsoft.AspNetCore.Authorization.IAuthorizationPolicyProvider,System.Collections.Generic.IEnumerable{Microsoft.AspNetCore.Authorization.IAuthorizeData})">
<summary>
Combines the <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/> provided by the specified
<paramref name="policyProvider"/>.
</summary>
<param name="policyProvider">A <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationPolicyProvider"/> which provides the policies to combine.</param>
<param name="authorizeData">A collection of authorization data used to apply authorization to a resource.</param>
<returns>
A new <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/> which represents the combination of the
authorization policies provided by the specified <paramref name="policyProvider"/>.
</returns>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder">
<summary>
Used for building policies during application startup.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.#ctor(System.String[])">
<summary>
Creates a new instance of <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder"/>
</summary>
<param name="authenticationSchemes">An array of authentication schemes the policy should be evaluated against.</param>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.#ctor(Microsoft.AspNetCore.Authorization.AuthorizationPolicy)">
<summary>
Creates a new instance of <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder"/>.
</summary>
<param name="policy">The <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/> to build.</param>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.Requirements">
<summary>
Gets or sets a list of <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"/>s which must succeed for
this policy to be successful.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.AuthenticationSchemes">
<summary>
Gets or sets a list authentication schemes the <see cref="P:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.Requirements"/>
are evaluated against.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.AddAuthenticationSchemes(System.String[])">
<summary>
Adds the specified authentication <paramref name="schemes"/> to the
<see cref="P:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.AuthenticationSchemes"/> for this instance.
</summary>
<param name="schemes">The schemes to add.</param>
<returns>A reference to this instance after the operation has completed.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.AddRequirements(Microsoft.AspNetCore.Authorization.IAuthorizationRequirement[])">
<summary>
Adds the specified <paramref name="requirements"/> to the
<see cref="P:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.Requirements"/> for this instance.
</summary>
<param name="requirements">The authorization requirements to add.</param>
<returns>A reference to this instance after the operation has completed.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.Combine(Microsoft.AspNetCore.Authorization.AuthorizationPolicy)">
<summary>
Combines the specified <paramref name="policy"/> into the current instance.
</summary>
<param name="policy">The <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/> to combine.</param>
<returns>A reference to this instance after the operation has completed.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.RequireClaim(System.String,System.String[])">
<summary>
Adds a <see cref="T:Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement"/>
to the current instance.
</summary>
<param name="claimType">The claim type required.</param>
<param name="requiredValues">Values the claim must process one or more of for evaluation to succeed.</param>
<returns>A reference to this instance after the operation has completed.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.RequireClaim(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
Adds a <see cref="T:Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement"/>
to the current instance.
</summary>
<param name="claimType">The claim type required.</param>
<param name="requiredValues">Values the claim must process one or more of for evaluation to succeed.</param>
<returns>A reference to this instance after the operation has completed.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.RequireClaim(System.String)">
<summary>
Adds a <see cref="T:Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement"/>
to the current instance.
</summary>
<param name="claimType">The claim type required, which no restrictions on claim value.</param>
<returns>A reference to this instance after the operation has completed.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.RequireRole(System.String[])">
<summary>
Adds a <see cref="T:Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement"/>
to the current instance.
</summary>
<param name="roles">The roles required.</param>
<returns>A reference to this instance after the operation has completed.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.RequireRole(System.Collections.Generic.IEnumerable{System.String})">
<summary>
Adds a <see cref="T:Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement"/>
to the current instance.
</summary>
<param name="roles">The roles required.</param>
<returns>A reference to this instance after the operation has completed.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.RequireUserName(System.String)">
<summary>
Adds a <see cref="T:Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement"/>
to the current instance.
</summary>
<param name="userName">The user name the current user must possess.</param>
<returns>A reference to this instance after the operation has completed.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.RequireAuthenticatedUser">
<summary>
Adds a <see cref="T:Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement"/> to the current instance.
</summary>
<returns>A reference to this instance after the operation has completed.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.RequireAssertion(System.Func{Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,System.Boolean})">
<summary>
Adds an <see cref="T:Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement"/> to the current instance.
</summary>
<param name="handler">The handler to evaluate during authorization.</param>
<returns>A reference to this instance after the operation has completed.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.RequireAssertion(System.Func{Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,System.Threading.Tasks.Task{System.Boolean}})">
<summary>
Adds an <see cref="T:Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement"/> to the current instance.
</summary>
<param name="handler">The handler to evaluate during authorization.</param>
<returns>A reference to this instance after the operation has completed.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationPolicyBuilder.Build">
<summary>
Builds a new <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/> from the requirements
in this instance.
</summary>
<returns>
A new <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/> built from the requirements in this instance.
</returns>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.AuthorizationServiceExtensions">
<summary>
Extension methods for <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationService"/>.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationServiceExtensions.AuthorizeAsync(Microsoft.AspNetCore.Authorization.IAuthorizationService,System.Security.Claims.ClaimsPrincipal,System.Object,Microsoft.AspNetCore.Authorization.IAuthorizationRequirement)">
<summary>
Checks if a user meets a specific requirement for the specified resource
</summary>
<param name="service">The <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationService"/> providing authorization.</param>
<param name="user">The user to evaluate the policy against.</param>
<param name="resource">The resource to evaluate the policy against.</param>
<param name="requirement">The requirement to evaluate the policy against.</param>
<returns>
A flag indicating whether requirement evaluation has succeeded or failed.
This value is <value>true</value> when the user fulfills the policy, otherwise <value>false</value>.
</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationServiceExtensions.AuthorizeAsync(Microsoft.AspNetCore.Authorization.IAuthorizationService,System.Security.Claims.ClaimsPrincipal,System.Object,Microsoft.AspNetCore.Authorization.AuthorizationPolicy)">
<summary>
Checks if a user meets a specific authorization policy against the specified resource.
</summary>
<param name="service">The <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationService"/> providing authorization.</param>
<param name="user">The user to evaluate the policy against.</param>
<param name="resource">The resource to evaluate the policy against.</param>
<param name="policy">The policy to evaluate.</param>
<returns>
A flag indicating whether policy evaluation has succeeded or failed.
This value is <value>true</value> when the user fulfills the policy, otherwise <value>false</value>.
</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationServiceExtensions.AuthorizeAsync(Microsoft.AspNetCore.Authorization.IAuthorizationService,System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authorization.AuthorizationPolicy)">
<summary>
Checks if a user meets a specific authorization policy against the specified resource.
</summary>
<param name="service">The <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationService"/> providing authorization.</param>
<param name="user">The user to evaluate the policy against.</param>
<param name="policy">The policy to evaluate.</param>
<returns>
A flag indicating whether policy evaluation has succeeded or failed.
This value is <value>true</value> when the user fulfills the policy, otherwise <value>false</value>.
</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizationServiceExtensions.AuthorizeAsync(Microsoft.AspNetCore.Authorization.IAuthorizationService,System.Security.Claims.ClaimsPrincipal,System.String)">
<summary>
Checks if a user meets a specific authorization policy against the specified resource.
</summary>
<param name="service">The <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationService"/> providing authorization.</param>
<param name="user">The user to evaluate the policy against.</param>
<param name="policyName">The name of the policy to evaluate.</param>
<returns>
A flag indicating whether policy evaluation has succeeded or failed.
This value is <value>true</value> when the user fulfills the policy, otherwise <value>false</value>.
</returns>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.AuthorizeAttribute">
<summary>
Specifies that the class or method that this attribute is applied to requires the specified authorization.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizeAttribute.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizeAttribute"/> class.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.AuthorizeAttribute.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizeAttribute"/> class with the specified policy.
</summary>
<param name="policy">The name of the policy to require for authorization.</param>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.AuthorizeAttribute.Policy">
<inheritdoc />
</member>
<member name="P:Microsoft.AspNetCore.Authorization.AuthorizeAttribute.Roles">
<inheritdoc />
</member>
<member name="P:Microsoft.AspNetCore.Authorization.AuthorizeAttribute.ActiveAuthenticationSchemes">
<inheritdoc />
</member>
<member name="T:Microsoft.AspNetCore.Authorization.DefaultAuthorizationPolicyProvider">
<summary>
The default implementation of a policy provider,
which provides a <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/> for a particular name.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.DefaultAuthorizationPolicyProvider.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.AspNetCore.Authorization.AuthorizationOptions})">
<summary>
Creates a new instance of <see cref="T:Microsoft.AspNetCore.Authorization.DefaultAuthorizationPolicyProvider"/>.
</summary>
<param name="options">The options used to configure this instance.</param>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.DefaultAuthorizationPolicyProvider.GetDefaultPolicyAsync">
<summary>
Gets the default authorization policy.
</summary>
<returns>The default authorization policy.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.DefaultAuthorizationPolicyProvider.GetPolicyAsync(System.String)">
<summary>
Gets a <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/> from the given <paramref name="policyName"/>
</summary>
<param name="policyName">The policy name to retrieve.</param>
<returns>The named <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/>.</returns>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.DefaultAuthorizationService">
<summary>
The default implementation of an <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationService"/>.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.DefaultAuthorizationService.#ctor(Microsoft.AspNetCore.Authorization.IAuthorizationPolicyProvider,System.Collections.Generic.IEnumerable{Microsoft.AspNetCore.Authorization.IAuthorizationHandler},Microsoft.Extensions.Logging.ILogger{Microsoft.AspNetCore.Authorization.DefaultAuthorizationService})">
<summary>
Creates a new instance of <see cref="T:Microsoft.AspNetCore.Authorization.DefaultAuthorizationService"/>.
</summary>
<param name="policyProvider">The <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationPolicyProvider"/> used to provide policies.</param>
<param name="handlers">The handlers used to fulfill <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"/>s.</param>
<param name="logger">The logger used to log messages, warnings and errors.</param>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.DefaultAuthorizationService.AuthorizeAsync(System.Security.Claims.ClaimsPrincipal,System.Object,System.Collections.Generic.IEnumerable{Microsoft.AspNetCore.Authorization.IAuthorizationRequirement})">
<summary>
Checks if a user meets a specific set of requirements for the specified resource.
</summary>
<param name="user">The user to evaluate the requirements against.</param>
<param name="resource">The resource to evaluate the requirements against.</param>
<param name="requirements">The requirements to evaluate.</param>
<returns>
A flag indicating whether authorization has succeded.
This value is <value>true</value> when the user fulfills the policy otherwise <value>false</value>.
</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.DefaultAuthorizationService.AuthorizeAsync(System.Security.Claims.ClaimsPrincipal,System.Object,System.String)">
<summary>
Checks if a user meets a specific authorization policy.
</summary>
<param name="user">The user to check the policy against.</param>
<param name="resource">The resource the policy should be checked with.</param>
<param name="policyName">The name of the policy to check against a specific context.</param>
<returns>
A flag indicating whether authorization has succeded.
This value is <value>true</value> when the user fulfills the policy otherwise <value>false</value>.
</returns>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.IAllowAnonymous">
<summary>
Marker interface to enable the <see cref="T:Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute"/>.
</summary>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.IAuthorizationHandler">
<summary>
Classes implementing this interface are able to make a decision if authorization is allowed.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.IAuthorizationHandler.HandleAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext)">
<summary>
Makes a decision if authorization is allowed.
</summary>
<param name="context">The authorization information.</param>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.IAuthorizationPolicyProvider">
<summary>
A type which can provide a <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/> for a particular name.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.IAuthorizationPolicyProvider.GetPolicyAsync(System.String)">
<summary>
Gets a <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/> from the given <paramref name="policyName"/>
</summary>
<param name="policyName">The policy name to retrieve.</param>
<returns>The named <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationPolicy"/>.</returns>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.IAuthorizationPolicyProvider.GetDefaultPolicyAsync">
<summary>
Gets the default authorization policy.
</summary>
<returns>The default authorization policy.</returns>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement">
<summary>
Represents an authorization requirement.
</summary>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.IAuthorizationService">
<summary>
Checks policy based permissions for a user
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.IAuthorizationService.AuthorizeAsync(System.Security.Claims.ClaimsPrincipal,System.Object,System.Collections.Generic.IEnumerable{Microsoft.AspNetCore.Authorization.IAuthorizationRequirement})">
<summary>
Checks if a user meets a specific set of requirements for the specified resource
</summary>
<param name="user">The user to evaluate the requirements against.</param>
<param name="resource">
An optional resource the policy should be checked with.
If a resource is not required for policy evaluation you may pass null as the value.
</param>
<param name="requirements">The requirements to evaluate.</param>
<returns>
A flag indicating whether authorization has succeeded.
This value is <value>true</value> when the user fulfills the policy; otherwise <value>false</value>.
</returns>
<remarks>
Resource is an optional parameter and may be null. Please ensure that you check it is not
null before acting upon it.
</remarks>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.IAuthorizationService.AuthorizeAsync(System.Security.Claims.ClaimsPrincipal,System.Object,System.String)">
<summary>
Checks if a user meets a specific authorization policy
</summary>
<param name="user">The user to check the policy against.</param>
<param name="resource">
An optional resource the policy should be checked with.
If a resource is not required for policy evaluation you may pass null as the value.
</param>
<param name="policyName">The name of the policy to check against a specific context.</param>
<returns>
A flag indicating whether authorization has succeeded.
Returns a flag indicating whether the user, and optional resource has fulfilled the policy.
<value>true</value> when the the policy has been fulfilled; otherwise <value>false</value>.
</returns>
<remarks>
Resource is an optional parameter and may be null. Please ensure that you check it is not
null before acting upon it.
</remarks>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.IAuthorizeData">
<summary>
Defines the set of data required to apply authorization rules to a resource.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.IAuthorizeData.Policy">
<summary>
Gets or sets the policy name that determines access to the resource.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.IAuthorizeData.Roles">
<summary>
Gets or sets a comma delimited list of roles that are allowed to access the resource.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.IAuthorizeData.ActiveAuthenticationSchemes">
<summary>
Gets or sets a comma delimited list of schemes from which user information is constructed.
</summary>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement">
<summary>
Implements an <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationHandler"/> and <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"/>
that takes a user specified assertion.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement.Handler">
<summary>
Function that is called to handle this requirement.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement.#ctor(System.Func{Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,System.Boolean})">
<summary>
Creates a new instance of <see cref="T:Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement"/>.
</summary>
<param name="handler">Function that is called to handle this requirement.</param>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement.#ctor(System.Func{Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,System.Threading.Tasks.Task{System.Boolean}})">
<summary>
Creates a new instance of <see cref="T:Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement"/>.
</summary>
<param name="handler">Function that is called to handle this requirement.</param>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement.HandleAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext)">
<summary>
Calls <see cref="P:Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement.Handler"/> to see if authorization is allowed.
</summary>
<param name="context">The authorization information.</param>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement">
<summary>
Implements an <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationHandler"/> and <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"/>
which requires at least one instance of the specified claim type, and, if allowed values are specified,
the claim value must be any of the allowed values.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
Creates a new instance of <see cref="T:Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement"/>.
</summary>
<param name="claimType">The claim type that must be present.</param>
<param name="allowedValues">The optional list of claim values, which, if present,
the claim must match.</param>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement.ClaimType">
<summary>
Gets the claim type that must be present.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement.AllowedValues">
<summary>
Gets the optional list of claim values, which, if present,
the claim must match.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement.HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement)">
<summary>
Makes a decision if authorization is allowed based on the claims requirements specified.
</summary>
<param name="context">The authorization context.</param>
<param name="requirement">The requirement to evaluate.</param>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement">
<summary>
Implements an <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationHandler"/> and <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"/>
which requires the current user must be authenticated.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement.HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement)">
<summary>
Makes a decision if authorization is allowed based on a specific requirement.
</summary>
<param name="context">The authorization context.</param>
<param name="requirement">The requirement to evaluate.</param>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement">
<summary>
Implements an <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationHandler"/> and <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"/>
which requires the current user name must match the specified value.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement.#ctor(System.String)">
<summary>
Constructs a new instance of <see cref="T:Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement"/>.
</summary>
<param name="requiredName">The required name that the current user must have.</param>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement.RequiredName">
<summary>
Gets the required name that the current user must have.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement.HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement)">
<summary>
Makes a decision if authorization is allowed based on a specific requirement.
</summary>
<param name="context">The authorization context.</param>
<param name="requirement">The requirement to evaluate.</param>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.Infrastructure.OperationAuthorizationRequirement">
<summary>
A helper class to provide a useful <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"/> which
contains a name.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.Infrastructure.OperationAuthorizationRequirement.Name">
<summary>
The name of this instance of <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"/>.
</summary>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.Infrastructure.PassThroughAuthorizationHandler">
<summary>
Infrastructre class which allows an <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"/> to
be its own <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationHandler"/>.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.Infrastructure.PassThroughAuthorizationHandler.HandleAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext)">
<summary>
Makes a decision if authorization is allowed.
</summary>
<param name="context">The authorization context.</param>
</member>
<member name="T:Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement">
<summary>
Implements an <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationHandler"/> and <see cref="T:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"/>
which requires at least one role claim whose value must be any of the allowed roles.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement.#ctor(System.Collections.Generic.IEnumerable{System.String})">
<summary>
Creates a new instance of <see cref="T:Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement"/>.
</summary>
<param name="allowedRoles">A collection of allowed roles.</param>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement.AllowedRoles">
<summary>
Gets the collection of allowed roles.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement.HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement)">
<summary>
Makes a decision if authorization is allowed based on a specific requirement.
</summary>
<param name="context">The authorization context.</param>
<param name="requirement">The requirement to evaluate.</param>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.Resources.Exception_AuthorizationPolicyEmpty">
<summary>
AuthorizationPolicy must have at least one requirement.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.Resources.FormatException_AuthorizationPolicyEmpty">
<summary>
AuthorizationPolicy must have at least one requirement.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.Resources.Exception_AuthorizationPolicyNotFound">
<summary>
The AuthorizationPolicy named: '{0}' was not found.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.Resources.FormatException_AuthorizationPolicyNotFound(System.Object)">
<summary>
The AuthorizationPolicy named: '{0}' was not found.
</summary>
</member>
<member name="P:Microsoft.AspNetCore.Authorization.Resources.Exception_RoleRequirementEmpty">
<summary>
At least one role must be specified.
</summary>
</member>
<member name="M:Microsoft.AspNetCore.Authorization.Resources.FormatException_RoleRequirementEmpty">
<summary>
At least one role must be specified.
</summary>
</member>
<member name="T:Microsoft.Extensions.DependencyInjection.AuthorizationServiceCollectionExtensions">
<summary>
Extension methods for setting up authorization services in an <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.
</summary>
</member>
<member name="M:Microsoft.Extensions.DependencyInjection.AuthorizationServiceCollectionExtensions.AddAuthorization(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
<summary>
Adds authorization services to the specified <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.
</summary>
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add services to.</param>
<returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> so that additional calls can be chained.</returns>
</member>
<member name="M:Microsoft.Extensions.DependencyInjection.AuthorizationServiceCollectionExtensions.AddAuthorization(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.AspNetCore.Authorization.AuthorizationOptions})">
<summary>
Adds authorization services to the specified <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.
</summary>
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> to add services to.</param>
<param name="configure">An action delegate to configure the provided <see cref="T:Microsoft.AspNetCore.Authorization.AuthorizationOptions"/>.</param>
<returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> so that additional calls can be chained.</returns>
</member>
</members>
</doc>

Some files were not shown because too many files have changed in this diff Show More