EncryptionMethod.KeyAlgorithm Właściwość

Definicja

Pobiera lub ustawia identyfikator URI (Uniform Resource Identifier), który opisuje algorytm używany do szyfrowania XML.

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

Wartość właściwości

Identyfikator URI (Uniform Resource Identifier), który opisuje algorytm używany do szyfrowania XML.

Uwagi

Właściwość KeyAlgorithm opisuje identyfikator URI (Uniform Resource Identifier) algorytmu szyfrowania używanego do szyfrowania danych skojarzonych z elementem EncryptedData lub elementem EncryptedKey .

Użyj jednego z identyfikatorów URI zdefiniowanych przez specyfikację składni i przetwarzania XML konsorcjum World Wide Web Consortium. Wszystkie identyfikatory identyfikatorów URI są dostępne jako pola EncryptedXml statyczne klasy.

Dotyczy