你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppServiceAuthenticationHandler.CreateAuthenticationTicket 方法

定义

protected virtual Microsoft.Owin.Security.AuthenticationTicket CreateAuthenticationTicket (System.Security.Claims.ClaimsIdentity identity);
abstract member CreateAuthenticationTicket : System.Security.Claims.ClaimsIdentity -> Microsoft.Owin.Security.AuthenticationTicket
override this.CreateAuthenticationTicket : System.Security.Claims.ClaimsIdentity -> Microsoft.Owin.Security.AuthenticationTicket
Protected Overridable Function CreateAuthenticationTicket (identity As ClaimsIdentity) As AuthenticationTicket

参数

identity
ClaimsIdentity

返回

Microsoft.Owin.Security.AuthenticationTicket

适用于