password_raw
  
  Description:
  [ 
NoAccessorMethod ]
public Bytes password_raw { 
owned get; 
set; }
  
    Password used for EAP authentication methods, given as a byte array to allow passwords in other encodings than UTF-8 to be used.
     If both the password property and the password_raw
       property are specified, password is preferred.