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