1 write to BearerKeyType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
299
this.
BearerKeyType
= dictionary.Add(TrustDec2005Strings.BearerKeyType);
3 references to BearerKeyType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
422
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
BearerKeyType
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (2)
76
result.AppendChild(doc.CreateTextNode(DXD.TrustDec2005Dictionary.
BearerKeyType
.Value));
90
&& element.InnerText == DXD.TrustDec2005Dictionary.
BearerKeyType
.Value)