5 references to
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\CipherReference.cs (1)
23public CipherReference(string uri, TransformChain transformChain) : base(uri, transformChain)
System\Security\Cryptography\Xml\DataReference.cs (1)
18public DataReference(string uri, TransformChain transformChain) : base(uri, transformChain)
System\Security\Cryptography\Xml\EncryptedReference.cs (2)
16protected EncryptedReference() : this(string.Empty, new TransformChain()) 20protected EncryptedReference(string uri) : this(uri, new TransformChain())
System\Security\Cryptography\Xml\KeyReference.cs (1)
18public KeyReference(string uri, TransformChain transformChain) : base(uri, transformChain)