2 overrides of DriverDictionary
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
127protected override SecureConversationDictionary DriverDictionary
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
118protected override SecureConversationDictionary DriverDictionary
10 references to DriverDictionary
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (10)
464return DriverDictionary.RequestSecurityContextIssuance; 472return DriverDictionary.RequestSecurityContextIssuanceResponse; 478get { return DriverDictionary.RenewNeededFaultCode; } 483get { return DriverDictionary.BadContextTokenFaultCode; } 491reader.ReadStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace); 492UniqueId contextId = XmlHelper.ReadElementStringAsUniqueId(reader, DriverDictionary.Identifier, DriverDictionary.Namespace); 506return reader.IsStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace);