4 writes to BinarySecret
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (4)
973this.BinarySecret = dictionary.CreateString(IdentityModelStringsVersion1.String212, 212); 1041this.BinarySecret = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String212); 1124this.BinarySecret = dictionary.CreateString(IdentityModelStringsVersion1.String212, 212); 1179this.BinarySecret = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String212);
2 references to BinarySecret
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Security\WSTrust.cs (2)
56protected override XmlDictionaryString LocalName { get { return _parent.SerializerDictionary.BinarySecret; } } 91get { return _parent.SerializerDictionary.BinarySecret; }