Eplan Platform API
Eplan.IdentityClient Namespace / EProxySettings Class / PasswordEncrypted Property

In This Topic
    PasswordEncrypted Property
    In This Topic
    Encrypted password. Default = empty.
    Syntax
    public string PasswordEncrypted {get; set;}
    public:
    property String^ PasswordEncrypted {
       String^ get();
       void set (    String^ value);
    }
    See Also