5 references to SecureConversationBootstrapEncryptionRequirements
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
244
importer.State[
SecureConversationBootstrapEncryptionRequirements
] = endpointEncryptedParts;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (4)
2729
if (importer.State.ContainsKey(SecurityBindingElementImporter.
SecureConversationBootstrapEncryptionRequirements
))
2731
MessagePartSpecification encryption = (MessagePartSpecification)importer.State[SecurityBindingElementImporter.
SecureConversationBootstrapEncryptionRequirements
];
2751
if (importer.State.ContainsKey(SecurityBindingElementImporter.
SecureConversationBootstrapEncryptionRequirements
))
2752
importer.State.Remove(SecurityBindingElementImporter.
SecureConversationBootstrapEncryptionRequirements
);