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)

Значение свойства

Применяется к