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