SslSecurityTokenParameters.RequireCancellation Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob ein Abbruch erforderlich ist.

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

Eigenschaftswert

Boolean

true, wenn ein Abbruch erforderlich ist, andernfalls false. Der Standardwert ist false.

Hinweise

Wenn ein Abbruch erforderlich ist, ist das am Ende des SSL-Protokolls ausgestellte Sicherheitskontexttoken sitzungsbasiert, andernfalls ist es Cookie-basiert.

Gilt für