CookieProtection Enumeration

Definition

Beschreibt, wie Informationen in einem Cookie geschützt werden.

public enum class CookieProtection
public enum CookieProtection
type CookieProtection = 
Public Enum CookieProtection
Vererbung
CookieProtection

Felder

All 3

Verwendet sowohl Validation als auch Encryption, um die Informationen im Cookie zu schützen.

Encryption 2

Verschlüsselt die Informationen im Cookie.

None 0

Schützt keine Informationen im Cookie. Informationen im Cookie werden als Klartext gespeichert und beim Zurücksenden an den Server nicht überprüft.

Validation 1

Stellt sicher, dass die Informationen im Cookie nicht geändert werden, bevor sie an den Server zurückgesendet werden.

Gilt für:

Weitere Informationen