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)

屬性值

適用於