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
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BINARY
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ