public string? CipherText { get; set; }
Public Property CipherText As String Get Set
public: property String^ CipherText { String^ get (); void set (String^ value); }
member CipherText : string with get, set
In This Article