xApplication.LogEncryptionOperation Method

Definition

public:
 void LogEncryptionOperation(int tableId, int fieldId, long recId, System::String ^ readWrite, System::String ^ valueHash, System::String ^ aosName, System::String ^ userId);
public void LogEncryptionOperation (int tableId, int fieldId, long recId, string readWrite, string valueHash, string aosName, string userId);
member this.LogEncryptionOperation : int * int * int64 * string * string * string * string -> unit
Public Sub LogEncryptionOperation (tableId As Integer, fieldId As Integer, recId As Long, readWrite As String, valueHash As String, aosName As String, userId As String)

Parameters

tableId
Int32
fieldId
Int32
recId
Int64
readWrite
String
valueHash
String
aosName
String
userId
String

Applies to