A string identifying the algorithm used to encrypt data using the Domain object's public key. The value of this property specifies how to perform the encryption operation using the retrieved key, and takes the form of a Java Cryptography Extension (JCE) transform string, for example, RSA/NONE/PKCS1PADDING.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property EncryptionAlgorithm As String
C#
string EncryptionAlgorithm { get; }
C++
property string EncryptionAlgorithm abstract  {
    String get();
}
J#
/** property */
public string get_EncryptionAlgorithm();
JScript
public function get EncryptionAlgorithm() : String

Remarks

See Also