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