2 overrides of DriverDictionary
System.ServiceModel (2)
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
127protected override SecureConversationDictionary DriverDictionary
System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
118protected override SecureConversationDictionary DriverDictionary
10 references to DriverDictionary
System.ServiceModel (10)
System\ServiceModel\Security\WSSecureConversation.cs (10)
540return DriverDictionary.RequestSecurityContextIssuance; 548return DriverDictionary.RequestSecurityContextIssuanceResponse; 554get { return DriverDictionary.RenewNeededFaultCode; } 559get { return DriverDictionary.BadContextTokenFaultCode; } 567reader.ReadStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace); 568UniqueId contextId = XmlHelper.ReadElementStringAsUniqueId(reader, DriverDictionary.Identifier, DriverDictionary.Namespace); 582return reader.IsStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace);