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