TwitterOptions.StateDataFormat Eigenschaft

Definition

Ruft den Typ ab, der zum Schützen von Daten verwendet wird, die vom Handler verarbeitet werden, oder legt diesen fest.

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

Eigenschaftswert

Gilt für: