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

AzureActiveDirectoryOpenIdConnectAuthenticationOptions.StateDataFormat 属性

定义

获取或设置状态数据的格式。 如果设置为 null ,则使用版本 1。

public Microsoft.Owin.Security.ISecureDataFormat<Microsoft.Owin.Security.AuthenticationProperties> StateDataFormat { get; set; }
member this.StateDataFormat : Microsoft.Owin.Security.ISecureDataFormat<Microsoft.Owin.Security.AuthenticationProperties> with get, set
Public Property StateDataFormat As ISecureDataFormat(Of AuthenticationProperties)

属性值

Microsoft.Owin.Security.ISecureDataFormat<AuthenticationProperties>

适用于