3 types derived from EncryptedReference
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\CipherReference.cs (1)
9public sealed class CipherReference : EncryptedReference
System\Security\Cryptography\Xml\DataReference.cs (1)
6public sealed class DataReference : EncryptedReference
System\Security\Cryptography\Xml\KeyReference.cs (1)
6public 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)
81public EncryptedReference? Item(int index) 83return (EncryptedReference?)_references[index]; 87public EncryptedReference this[int index]