2 overrides of DriverDictionary
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
111protected override SecureConversationDictionary DriverDictionary
System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
95protected override SecureConversationDictionary DriverDictionary
10 references to DriverDictionary
System.ServiceModel.Primitives (10)
System\ServiceModel\Security\WSSecureConversation.cs (10)
522return DriverDictionary.RequestSecurityContextIssuance; 530return DriverDictionary.RequestSecurityContextIssuanceResponse; 536get { return DriverDictionary.RenewNeededFaultCode; } 541get { return DriverDictionary.BadContextTokenFaultCode; } 551reader.ReadStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace); 552UniqueId contextId = XmlHelper.ReadElementStringAsUniqueId(reader, DriverDictionary.Identifier, DriverDictionary.Namespace); 568return reader.IsStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace);