EncryptionMethod property

String? get EncryptionMethod
Gets or sets the encryption method.

Implementation

String? get EncryptionMethod => this._encryptionMethod;
set EncryptionMethod (String? value)

Implementation

set EncryptionMethod(String? value) => this._encryptionMethod = value;