6 references to BootstrapSecurityCapabilities
System.ServiceModel (6)
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (6)
163
return this.
BootstrapSecurityCapabilities
== null ? false : this.
BootstrapSecurityCapabilities
.SupportsClientAuthentication;
171
return this.
BootstrapSecurityCapabilities
== null ? false : this.
BootstrapSecurityCapabilities
.SupportsServerAuthentication;
179
return this.
BootstrapSecurityCapabilities
== null ? false : this.
BootstrapSecurityCapabilities
.SupportsClientWindowsIdentity;