3 instantiations of SslStreamSecurityBindingElement
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (2)
108
return new
SslStreamSecurityBindingElement
(this);
145
SslStreamSecurityBindingElement sslBindingElement = new
SslStreamSecurityBindingElement
();
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (1)
77
SslStreamSecurityBindingElement result = new
SslStreamSecurityBindingElement
();
14 references to SslStreamSecurityBindingElement
dotnet-svcutil-lib (14)
CodeDomFixup\EndpointSelector.cs (1)
189
else if (bindingElement is
SslStreamSecurityBindingElement
)
CodeDomFixup\MethodCreationHelper.cs (3)
1064
SslStreamSecurityBindingElement
sslStreamSE = bindingElement as
SslStreamSecurityBindingElement
;
1102
new CodeObjectCreateExpression(typeof(
SslStreamSecurityBindingElement
))));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (1)
173
SslStreamSecurityBindingElement
.ImportPolicy(importer, policyContext);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (4)
26
protected SslStreamSecurityBindingElement(
SslStreamSecurityBindingElement
elementToBeCloned)
145
SslStreamSecurityBindingElement
sslBindingElement = new SslStreamSecurityBindingElement();
187
SslStreamSecurityBindingElement
ssl = b as
SslStreamSecurityBindingElement
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
59
SslStreamSecurityBindingElement
bindingElement, BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (4)
69
private
SslStreamSecurityBindingElement
CreateSslBindingElement(bool requireClientCertificate)
77
SslStreamSecurityBindingElement
result = new SslStreamSecurityBindingElement();
86
SslStreamSecurityBindingElement
ssl = element as
SslStreamSecurityBindingElement
;