2 writes to KeyIdentifier
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (2)
740
this.
KeyIdentifier
= dictionary.CreateString(IdentityModelStringsVersion1.String127, 127);
774
this.
KeyIdentifier
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String127);
3 references to KeyIdentifier
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (3)
271
if (reader.IsStartElement(XD.SecurityJan2004Dictionary.
KeyIdentifier
, XD.SecurityJan2004Dictionary.Namespace))
298
writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.
KeyIdentifier
, XD.SecurityJan2004Dictionary.Namespace);
471
else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.
KeyIdentifier
, XD.SecurityJan2004Dictionary.Namespace))