SignatureDescription.KeyAlgorithm Property

Definition

Gets or sets the key algorithm for the signature description.

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

The key algorithm for the signature description.

Applies to

See also