4 writes to BinarySecret
System.IdentityModel (4)
System\IdentityModel\XD.cs (4)
977this.BinarySecret = dictionary.CreateString(IdentityModelStringsVersion1.String212, 212); 1045this.BinarySecret = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String212); 1129this.BinarySecret = dictionary.CreateString(IdentityModelStringsVersion1.String212, 212); 1184this.BinarySecret = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String212);
3 references to BinarySecret
System.IdentityModel (3)
System\IdentityModel\Tokens\WSTrust.cs (3)
56protected override XmlDictionaryString LocalName { get { return parent.SerializerDictionary.BinarySecret; } } 92get { return this.parent.SerializerDictionary.BinarySecret; } 120writer.WriteStartElement(this.parent.SerializerDictionary.Prefix.Value, this.parent.SerializerDictionary.BinarySecret, this.parent.SerializerDictionary.Namespace);