Show / Hide Table of Contents

Class SM4GCMCallbackParam

Inheritance
System.Object
ExtraData
SM4GCMCallbackParam
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: com.tencent.imsdk.unity.types
Assembly: cs.temp.dll.dll
Syntax
public class SM4GCMCallbackParam : ExtraData

Fields

sm4_gcm_callback_param_decrypt

Declaration
public ulong sm4_gcm_callback_param_decrypt
Field Value
Type Description
System.UInt64

只写(必填), SM4 GCM 解密回调函数地址

sm4_gcm_callback_param_encrypt

Declaration
public ulong sm4_gcm_callback_param_encrypt
Field Value
Type Description
System.UInt64

只写(必填), SM4 GCM 加密回调函数地址

In This Article
Back to top Generated by DocFX