public string? EncryptionAlgorithm { get; set; }Public Property EncryptionAlgorithm As String
Get
Setpublic:
property String^ EncryptionAlgorithm {
String^ get ();
void set (String^ value);
}member EncryptionAlgorithm : string with get, set