EncryptionMethod.KeyAlgorithm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.