Share via


OpenIdConnectOptions.StringDataFormat 属性

定义

获取或设置用于保护中间件使用的字符串的类型。

public:
 property Microsoft::AspNetCore::Authentication::ISecureDataFormat<System::String ^> ^ StringDataFormat { Microsoft::AspNetCore::Authentication::ISecureDataFormat<System::String ^> ^ get(); void set(Microsoft::AspNetCore::Authentication::ISecureDataFormat<System::String ^> ^ value); };
public Microsoft.AspNetCore.Authentication.ISecureDataFormat<string> StringDataFormat { get; set; }
member this.StringDataFormat : Microsoft.AspNetCore.Authentication.ISecureDataFormat<string> with get, set
Public Property StringDataFormat As ISecureDataFormat(Of String)

属性值

适用于