<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.9" />

System.Security.Cryptography.Xml.CipherReference

public sealed class CipherReference : EncryptedReference
Represents the <CipherReference> element in XML encryption. This class cannot be inherited.
public CipherReference()

Initializes a new instance of the CipherReference class.

public CipherReference(string uri)

Initializes a new instance of the CipherReference class using the specified Uniform Resource Identifier (URI).

public CipherReference(string uri, TransformChain transformChain)

Initializes a new instance of the CipherReference class using the specified Uniform Resource Identifier (URI) and transform chain information.