4 references to SecureConversation
System.ServiceModel (4)
System\ServiceModel\Configuration\AuthenticationModeHelper.cs (1)
24
|| value == AuthenticationMode.
SecureConversation
System\ServiceModel\Configuration\SecurityElement.cs (3)
48
if (this.AuthenticationMode == AuthenticationMode.
SecureConversation
)
52
if (this.SecureConversationBootstrap.AuthenticationMode == AuthenticationMode.
SecureConversation
)
70
AddBindingTemplate(bindingTemplates, AuthenticationMode.
SecureConversation
);