3 types derived from EncryptedReference
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\CipherReference.cs (1)
9
public sealed class CipherReference :
EncryptedReference
System\Security\Cryptography\Xml\DataReference.cs (1)
6
public sealed class DataReference :
EncryptedReference
System\Security\Cryptography\Xml\KeyReference.cs (1)
6
public sealed class KeyReference :
EncryptedReference
4 references to EncryptedReference
System.Security (1)
System.Security.cs (1)
46
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.
EncryptedReference
))]
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\ReferenceList.cs (3)
81
public
EncryptedReference
? Item(int index)
83
return (
EncryptedReference
?)_references[index];
87
public
EncryptedReference
this[int index]