Returns the public key used for encrypting/signing data (such as passwords and other sensitive properties) sent in requests to the domain. For more information, see the Encryption class.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property PublicKey As Byte()
C#
byte[] PublicKey { get; }
C++
property byte[] PublicKey abstract  {
    array<char>^ get();
}
J#
/** property */
public byte[] get_PublicKey();
JScript
public function get PublicKey() : Byte[]

Remarks

See Also