Base:
property
DriverDictionary
System.ServiceModel.Security.WSTrust.Driver.DriverDictionary
1 override of DriverDictionary
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (1)
53
public override TrustDictionary
DriverDictionary
24 references to DriverDictionary
dotnet-svcutil-lib (24)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (24)
89
return this.
DriverDictionary
.IssuedTokensHeader.Value;
97
return this.
DriverDictionary
.Namespace.Value;
105
return this.
DriverDictionary
.RequestTypeRenew.Value;
113
return this.
DriverDictionary
.RequestTypeClose.Value;
135
if (child.LocalName == this.
DriverDictionary
.RequestedTokenClosed.Value && child.NamespaceURI == this.
DriverDictionary
.Namespace.Value)
154
if (child.LocalName == this.
DriverDictionary
.RenewTarget.Value && child.NamespaceURI == this.
DriverDictionary
.Namespace.Value)
156
else if (child.LocalName == this.
DriverDictionary
.CloseTarget.Value && child.NamespaceURI == this.
DriverDictionary
.Namespace.Value)
166
writer.WriteStartElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.RequestedAttachedReference, this.
DriverDictionary
.Namespace);
173
writer.WriteStartElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.RequestedUnattachedReference, this.
DriverDictionary
.Namespace);
183
writer.WriteElementString(this.
DriverDictionary
.RequestedTokenClosed, this.
DriverDictionary
.Namespace, String.Empty);
191
writer.WriteStartElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.RenewTarget, this.
DriverDictionary
.Namespace);
198
writer.WriteStartElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.CloseTarget, this.
DriverDictionary
.Namespace);