2 overrides of IsSecurityVersionSupported
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy11.cs (1)
23
public override bool
IsSecurityVersionSupported
(MessageSecurityVersion version)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy12.cs (1)
31
public override bool
IsSecurityVersionSupported
(MessageSecurityVersion version)
1 reference to IsSecurityVersionSupported
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
3113
if (_drivers[i].
IsSecurityVersionSupported
(version))