OpenIdConnectOptions.StringDataFormat Property

Definition

Gets or sets the type used to secure strings used by the handler.

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)

Property Value

Applies to