1 write to BearerKeyType
System.ServiceModel (1)
System\ServiceModel\DXD.cs (1)
300
this.
BearerKeyType
= dictionary.Add(TrustDec2005Strings.BearerKeyType);
3 references to BearerKeyType
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
423
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
BearerKeyType
);
System\ServiceModel\Security\WSTrustDec2005.cs (2)
77
result.AppendChild(doc.CreateTextNode(DXD.TrustDec2005Dictionary.
BearerKeyType
.Value));
91
&& element.InnerText == DXD.TrustDec2005Dictionary.
BearerKeyType
.Value)