The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SslSecurityTokenParameters::RequireCancellation Property
.NET Framework (current version)
Gets or sets a value that indicates whether cancellation is required.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Booleantrue if cancellation is required; otherwise, false. The default is false.
If cancellation is required, then the security context token issued at the end of the SSL protocol is session based; otherwise, it is cookie based.
.NET Framework
Available since 3.0
Available since 3.0
Show: