3 types derived from EncryptedReference
System.Security (3)
system\security\cryptography\xml\encryptedreference.cs (3)
126
public sealed class CipherReference :
EncryptedReference
{
201
public sealed class DataReference :
EncryptedReference
{
216
public sealed class KeyReference :
EncryptedReference
{
3 references to EncryptedReference
System.Security (3)
system\security\cryptography\xml\encryptedkey.cs (3)
274
public
EncryptedReference
Item(int index) {
275
return (
EncryptedReference
) m_references[index];
279
public
EncryptedReference
this[int index] {