EncryptionMethod.KeyAlgorithm Property

Definition

Gets or sets a Uniform Resource Identifier (URI) that describes the algorithm to use for XML encryption.

public:
 property System::String ^ KeyAlgorithm { System::String ^ get(); void set(System::String ^ value); };
public string KeyAlgorithm { get; set; }
public string? KeyAlgorithm { get; set; }
member this.KeyAlgorithm : string with get, set
Public Property KeyAlgorithm As String

Property Value

A Uniform Resource Identifier (URI) that describes the algorithm to use for XML encryption.

Remarks

The KeyAlgorithm property describes the Uniform Resource Identifier (URI) of the encryption algorithm used to encrypt data associated with either the EncryptedData element or the EncryptedKey element.

Use one of the URI identifiers defined by the World Wide Web Consortium XML Encryption Syntax and Processing specification. All URI identifiers are accessible as static fields of the EncryptedXml class.

Applies to