2 references to PreferSslCertificateAuthenticatorProperty
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\InitiatorServiceModelSecurityTokenRequirement.cs (2)
67
return GetPropertyOrDefault<bool>(
PreferSslCertificateAuthenticatorProperty
, false);
71
this.Properties[
PreferSslCertificateAuthenticatorProperty
] = value;