Specifies the encrypted password for the security principal identified by the ISUserName property.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property ISPassword As Byte()
C#
byte[] ISPassword { get; set; }
C++
property byte[] ISPassword abstract  {
    array<char>^ get();
    void set(array<char>^ value);
}
J#
/** property */
public byte[] get_ISPassword();

/** property */
public void set_ISPassword(byte[] value);
JScript
public function get ISPassword() : Byte[]

public function set ISPassword(value : Byte[]);

Remarks

See Also