2 writes to BinarySecretClauseType
System.ServiceModel (2)
System\ServiceModel\DXD.cs (1)
283this.BinarySecretClauseType = dictionary.Add(TrustDec2005Strings.BinarySecretClauseType);
System\ServiceModel\XD.cs (1)
1433this.BinarySecretClauseType = dictionary.CreateString(ServiceModelStringsVersion1.String64, 64);
2 references to BinarySecretClauseType
System.ServiceModel (2)
System\ServiceModel\DXD.cs (2)
310Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.BinarySecretClauseType); 406Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.BinarySecretClauseType);