Base:
property
DriverDictionary
System.ServiceModel.Security.WSTrust.Driver.DriverDictionary
1 override of DriverDictionary
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustDec2005.cs (1)
54
public override TrustDictionary
DriverDictionary
30 references to DriverDictionary
System.ServiceModel (30)
System\ServiceModel\Security\WSTrustFeb2005.cs (30)
90
return this.
DriverDictionary
.IssuedTokensHeader.Value;
98
return this.
DriverDictionary
.Namespace.Value;
106
return this.
DriverDictionary
.RequestTypeRenew.Value;
114
return this.
DriverDictionary
.RequestTypeClose.Value;
134
if (child.LocalName == this.
DriverDictionary
.RequestedSecurityToken.Value && child.NamespaceURI == this.
DriverDictionary
.Namespace.Value)
138
else if (child.LocalName == this.
DriverDictionary
.RequestedAttachedReference.Value && child.NamespaceURI == this.
DriverDictionary
.Namespace.Value)
142
else if (child.LocalName == this.
DriverDictionary
.RequestedUnattachedReference.Value && child.NamespaceURI == this.
DriverDictionary
.Namespace.Value)
177
if (child.LocalName == this.
DriverDictionary
.RequestedTokenClosed.Value && child.NamespaceURI == this.
DriverDictionary
.Namespace.Value)
196
if (child.LocalName == this.
DriverDictionary
.RenewTarget.Value && child.NamespaceURI == this.
DriverDictionary
.Namespace.Value)
198
else if (child.LocalName == this.
DriverDictionary
.CloseTarget.Value && child.NamespaceURI == this.
DriverDictionary
.Namespace.Value)
208
writer.WriteStartElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.RequestedAttachedReference, this.
DriverDictionary
.Namespace);
215
writer.WriteStartElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.RequestedUnattachedReference, this.
DriverDictionary
.Namespace);
225
writer.WriteElementString(this.
DriverDictionary
.RequestedTokenClosed, this.
DriverDictionary
.Namespace, String.Empty);
233
writer.WriteStartElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.RenewTarget, this.
DriverDictionary
.Namespace);
240
writer.WriteStartElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.CloseTarget, this.
DriverDictionary
.Namespace);