SessionSecurityTokenReceivedEventArgs.ReissueCookie Propriedade

Definição

Obtém ou define um valor que especifica se o cookie de sessão com a resposta deve ser emitido novamente.Gets or sets a value that specifies whether to reissue the session cookie with the response.

public:
 property bool ReissueCookie { bool get(); void set(bool value); };
public bool ReissueCookie { get; set; }
member this.ReissueCookie : bool with get, set
Public Property ReissueCookie As Boolean

Valor da propriedade

Boolean

true para reemitir o cookie de sessão com a resposta; caso contrário, false .true to reissue the session cookie with the response; otherwise, false. O padrão é false , o cookie de sessão não é reemitido com a resposta.The default is false, the session cookie is not reissued with the response.

Aplica-se a