2 instantiations of SecureConversationServiceCredential
System.ServiceModel (2)
System\ServiceModel\Description\ServiceCredentials.cs (2)
44this.secureConversation = new SecureConversationServiceCredential(); 61this.secureConversation = new SecureConversationServiceCredential(other.secureConversation);
4 references to SecureConversationServiceCredential
System.ServiceModel (4)
System\ServiceModel\Configuration\SecureConversationServiceElement.cs (1)
49internal void ApplyConfiguration(SecureConversationServiceCredential secureConversation)
System\ServiceModel\Description\ServiceCredentials.cs (2)
27SecureConversationServiceCredential secureConversation; 116public SecureConversationServiceCredential SecureConversationAuthentication
System\ServiceModel\Security\SecureConversationServiceCredential.cs (1)
27internal SecureConversationServiceCredential(SecureConversationServiceCredential other)