System.Security.Cryptography.Xml.CipherData.CipherValue Property

Gets or sets the <CipherValue> element.

Syntax

public byte[] CipherValue { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The value is encrypted data.

Note:

The <CipherData> element can have either a System.Security.Cryptography.Xml.CipherReference or a CipherData.CipherValue child element, but not both. A System.Security.Cryptography.CryptographicException is thrown if both are assigned to a System.Security.Cryptography.Xml.CipherData object.

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