5 references to
System.IdentityModel (5)
System\IdentityModel\Tokens\BinaryKeyIdentifierClause.cs (1)
15: this(clauseType, identificationData, cloneBuffer, null, 0)
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (1)
35: base("http://www.w3.org/2001/04/xmlenc#EncryptedKey", encryptedKey, cloneBuffer, derivationNonce, derivationLength)
System\IdentityModel\Tokens\KerberosTicketHashIdentifierClause.cs (1)
22: base(null, ticketHash, cloneBuffer, derivationNonce, derivationLength)
System\ServiceModel\Security\BinarySecretKeyIdentifierClause.cs (1)
27: base(XD.TrustFeb2005Dictionary.BinarySecretClauseType.Value, key, cloneBuffer, derivationNonce, derivationLength)
System\ServiceModel\Security\EncryptedKeyHashIdentifierClause.cs (1)
24: base(null, encryptedKeyHash, cloneBuffer, derivationNonce, derivationLength)