2 writes to BinarySecretClauseType
System.ServiceModel.Primitives (2)
System\ServiceModel\DXD.cs (1)
263BinarySecretClauseType = dictionary.Add(TrustDec2005Strings.BinarySecretClauseType);
System\ServiceModel\XD.cs (1)
722BinarySecretClauseType = dictionary.CreateString(ServiceModelStringsVersion1.String64, 64);
3 references to BinarySecretClauseType
System.ServiceModel.Primitives (3)
System\ServiceModel\DXD.cs (2)
290Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.BinarySecretClauseType); 386Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.BinarySecretClauseType);
System\ServiceModel\Security\BinarySecretKeyIdentifierClause.cs (1)
24: base(XD.TrustFeb2005Dictionary.BinarySecretClauseType.Value, key, cloneBuffer, derivationNonce, derivationLength)