Windows apps
Collapse the table of content
Expand the table of content
Information
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 Constructor (Boolean, Boolean)

 

Initializes a new instance of the SslSecurityTokenParameters class.

Namespace:   System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
SslSecurityTokenParameters(
	bool requireClientCertificate,
	bool requireCancellation
)

Parameters

requireClientCertificate
Type: System::Boolean

true to require client certificate; otherwise, false.

requireCancellation
Type: System::Boolean

true to require cancellation; otherwise, false.

The new instance property values are set to their defaults:

RequireCancellation is set to requireCancellation.

RequireClientCertificate is set to requireClientCertificate.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft