2 writes to secureConversation
System.ServiceModel (2)
System\ServiceModel\Description\ServiceCredentials.cs (2)
44this.secureConversation = new SecureConversationServiceCredential(); 61this.secureConversation = new SecureConversationServiceCredential(other.secureConversation);
2 references to secureConversation
System.ServiceModel (2)
System\ServiceModel\Description\ServiceCredentials.cs (2)
61this.secureConversation = new SecureConversationServiceCredential(other.secureConversation); 120return this.secureConversation;