Set the identity password for a token or a policy's security domain if the identity is encrypted. In case,
the identity has not been encrypted, no password needs to be set and any password set, will be ignored.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public abstract char[] IdentityPassword { get; set; } |
Visual Basic |
---|
Public MustOverride Property IdentityPassword As Char()
Get
Set |
Visual C++ |
---|
public:
virtual property array<wchar_t>^ IdentityPassword {
array<wchar_t>^ get () abstract;
void set (array<wchar_t>^ value) abstract;
} |
F# |
---|
abstract IdentityPassword : char[] with get, set
|
Property Value
Type:
array<Char>[]()[][]The identity password
See Also