Base:
property
DriverDictionary
System.ServiceModel.Security.WSTrust.Driver.DriverDictionary
1 override of DriverDictionary
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\WSTrustDec2005.cs (1)
28public override TrustDictionary DriverDictionary
30 references to DriverDictionary
System.ServiceModel.Primitives (30)
System\ServiceModel\Security\WSTrustFeb2005.cs (30)
66return DriverDictionary.IssuedTokensHeader.Value; 74return DriverDictionary.Namespace.Value; 82return DriverDictionary.RequestTypeRenew.Value; 90return DriverDictionary.RequestTypeClose.Value; 105if (child.LocalName == DriverDictionary.RequestedSecurityToken.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 109else if (child.LocalName == DriverDictionary.RequestedAttachedReference.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 113else if (child.LocalName == DriverDictionary.RequestedUnattachedReference.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 147if (child.LocalName == DriverDictionary.RequestedTokenClosed.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 166if (child.LocalName == DriverDictionary.RenewTarget.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 170else if (child.LocalName == DriverDictionary.CloseTarget.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 182writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestedAttachedReference, DriverDictionary.Namespace); 189writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestedUnattachedReference, DriverDictionary.Namespace); 199writer.WriteElementString(DriverDictionary.RequestedTokenClosed, DriverDictionary.Namespace, String.Empty); 207writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RenewTarget, DriverDictionary.Namespace); 214writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.CloseTarget, DriverDictionary.Namespace);