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