EncryptionMethod property

String? EncryptionMethod
Gets or sets the encryption method.

Implementation

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

Implementation

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