xApplication.LogEncryptionOperation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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