2 writes to Prefix
System.ServiceModel.Primitives (2)
System\ServiceModel\DXD.cs (1)
241
Prefix
= dictionary.Add(TrustDec2005Strings.Prefix);
System\ServiceModel\XD.cs (1)
744
Prefix
= dictionary.CreateString(ServiceModelStringsVersion1.String235, 235);
31 references to Prefix
System.ServiceModel.Primitives (31)
System\ServiceModel\DXD.cs (2)
312
Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.
Prefix
);
364
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
Prefix
);
System\ServiceModel\Security\TrustVersion.cs (2)
50
: base(XD.TrustFeb2005Dictionary.Namespace, XD.TrustFeb2005Dictionary.
Prefix
)
68
: base(DXD.TrustDec2005Dictionary.Namespace, DXD.TrustDec2005Dictionary.
Prefix
)
System\ServiceModel\Security\WSTrust.cs (22)
144
writer.WriteStartElement(_parent.SerializerDictionary.
Prefix
.Value, _parent.SerializerDictionary.BinarySecret, _parent.SerializerDictionary.Namespace);
933
negotiation.WriteTo(writer, DriverDictionary.
Prefix
.Value,
954
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.RequestSecurityToken, DriverDictionary.Namespace);
955
XmlHelper.AddNamespaceDeclaration(writer, DriverDictionary.
Prefix
.Value, DriverDictionary.Namespace);
964
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.TokenType, DriverDictionary.Namespace);
970
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.RequestType, DriverDictionary.Namespace);
983
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.Entropy, DriverDictionary.Namespace);
990
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.KeySize, DriverDictionary.Namespace);
1024
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.RequestedTokenReference, DriverDictionary.Namespace);
1052
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.RequestSecurityTokenResponse, DriverDictionary.Namespace);
1063
writer.WriteElementString(DriverDictionary.
Prefix
.Value, DriverDictionary.TokenType, DriverDictionary.Namespace, rstr.TokenType);
1068
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.RequestedSecurityToken, DriverDictionary.Namespace);
1082
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.RequestedProofToken, DriverDictionary.Namespace);
1085
writer.WriteElementString(DriverDictionary.
Prefix
.Value, DriverDictionary.ComputedKey, DriverDictionary.Namespace, DriverDictionary.Psha1ComputedKeyUri.Value);
1097
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.Entropy, DriverDictionary.Namespace);
1123
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.Lifetime, DriverDictionary.Namespace);
1138
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.Authenticator, DriverDictionary.Namespace);
1139
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.CombinedHash, DriverDictionary.Namespace);
1147
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.KeySize, DriverDictionary.Namespace);
1172
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.RequestSecurityTokenResponseCollection, DriverDictionary.Namespace);
1216
XmlElement result = doc.CreateElement(DriverDictionary.
Prefix
.Value, DriverDictionary.KeyType.Value,
1237
XmlElement result = doc.CreateElement(DriverDictionary.
Prefix
.Value, DriverDictionary.KeyType.Value,
System\ServiceModel\Security\WSTrustDec2005.cs (1)
58
XmlElement result = doc.CreateElement(DXD.TrustDec2005Dictionary.
Prefix
.Value, DXD.TrustDec2005Dictionary.KeyWrapAlgorithm.Value,
System\ServiceModel\Security\WSTrustFeb2005.cs (4)
182
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.RequestedAttachedReference, DriverDictionary.Namespace);
189
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.RequestedUnattachedReference, DriverDictionary.Namespace);
207
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.RenewTarget, DriverDictionary.Namespace);
214
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.CloseTarget, DriverDictionary.Namespace);