C# Class Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_KEY_WRAP_SET_OAEP_PARAMS

显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Properties

Property Type Description
BC byte
X System.IntPtr
XLen uint

Property Details

BC public_oe property

Block contents byte
public byte BC
return byte

X public_oe property

Concatenation of hash of plaintext data (if present) and extra data (if present)
public IntPtr,System X
return System.IntPtr

XLen public_oe property

Length in bytes of concatenation of hash of plaintext data (if present) and extra data (if present) or 0 if neither is present
public uint XLen
return uint