EncryptionDirection EnumerationNMLE API Reference
Provides values indicating the transformation direction

Namespace: NMLE
Assembly: NMLE (in NMLE.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum EncryptionDirection
Members

  Member nameValueDescription
Encrypt0 Instructs the transform to encrypt the input data
Decrypt1 Instructs the transform to decrypt the input data
See Also