Bagikan melalui


RemoteAuthenticationOptions.CorrelationCookie Properti

Definisi

Menentukan pengaturan yang digunakan untuk membuat cookie korelasi sebelum cookie ditambahkan ke respons.

public:
 property Microsoft::AspNetCore::Http::CookieBuilder ^ CorrelationCookie { Microsoft::AspNetCore::Http::CookieBuilder ^ get(); void set(Microsoft::AspNetCore::Http::CookieBuilder ^ value); };
public Microsoft.AspNetCore.Http.CookieBuilder CorrelationCookie { get; set; }
member this.CorrelationCookie : Microsoft.AspNetCore.Http.CookieBuilder with get, set
Public Property CorrelationCookie As CookieBuilder

Nilai Properti

Keterangan

Jika Name eksplisit tidak disediakan, sistem akan secara otomatis menghasilkan nama unik yang dimulai dengan .AspNetCore.Correlation..

Berlaku untuk