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