4 writes to BinarySecretClauseType
System.IdentityModel (4)
System\IdentityModel\XD.cs (4)
1003this.BinarySecretClauseType = dictionary.CreateString(IdentityModelStringsVersion1.String252, 252); 1071this.BinarySecretClauseType = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String252); 1111this.BinarySecretClauseType = dictionary.CreateString(IdentityModelStringsVersion1.String195, 195); 1166this.BinarySecretClauseType = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String195);
1 reference to BinarySecretClauseType
System.IdentityModel (1)
System\ServiceModel\Security\BinarySecretKeyIdentifierClause.cs (1)
27: base(XD.TrustFeb2005Dictionary.BinarySecretClauseType.Value, key, cloneBuffer, derivationNonce, derivationLength)