System.Security.Cryptography.Xml.EncryptedKey.ReferenceList Property

Gets or sets the <ReferenceList> element in XML encryption.

Syntax

public ReferenceList ReferenceList { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The <ReferenceList> element is an optional element that contains pointers to data and keys encrypted using this key. The reference list can contain multiple references to the <EncryptedKey>and <EncryptedData> elements using the <KeyReference> and <DataReference> elements respectively.

Requirements

Namespace: System.Security.Cryptography.Xml
Assembly: System.Security (in System.Security.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0