Share via


KeyOperationsParameters.Algorithm Property

Definition

Gets or sets algorithm identifier. Possible values include: 'RSA-OAEP', 'RSA-OAEP-256', 'RSA1_5'

[Newtonsoft.Json.JsonProperty(PropertyName="alg")]
public string Algorithm { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="alg")>]
member this.Algorithm : string with get, set
Public Property Algorithm As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to