'Declaration Public Property BytesPassword As System.Byte()
public System.byte[] BytesPassword {get; set;}
Note that only one of StringPassword or BytesPassword can be specified, but not both.
'Declaration Public Property BytesPassword As System.Byte()
public System.byte[] BytesPassword {get; set;}