The UTF-8 encoded, non-encrypted password for the security principal identified by the SnapLockUserName property.
To maintain password security, you can use this property only to set a password, not to read its value.
Instead of returning a password value, this property returns a zero-length byte array if it has been set
with a password and returns a null value if it has never been set.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("As of release 5.5.0.")> _ Property SnapLockPassword As Byte() |
| C# |
|---|
[ObsoleteAttribute("As of release 5.5.0.")] byte[] SnapLockPassword { get; set; } |
| Visual C++ |
|---|
[ObsoleteAttribute(L"As of release 5.5.0.")] property array<unsigned char>^ SnapLockPassword { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |
| JavaScript |
|---|
function get_snapLockPassword(); function set_snapLockPassword(value); |
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