2 references to EncryptedKeyIdentifierClause
System.IdentityModel (2)
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (1)
20
:
this
(encryptedKey, encryptionMethod, encryptingKeyIdentifier, null)
System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
95
return new
EncryptedKeyIdentifierClause
(encryptedKey, encryptionMethod, encryptingKeyIdentifier, carriedKeyName);