1 instantiation of ContractProtectionLevel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
420
importer.State[contractAssociationName] = new
ContractProtectionLevel
(hasContractProtectionLevel, isContractProtectionLevelUniform, contractProtectionLevel);
2 references to ContractProtectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (2)
220
ContractProtectionLevel
otherBindingProtectionLevel = null;
229
otherBindingProtectionLevel = (
ContractProtectionLevel
)importer.State[contractAssociationName];