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

显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Properties

Property Type Description
NewPassword System.IntPtr
NewPasswordLen uint
NewPublicData System.IntPtr
NewPublicDataLen uint
NewRandomA System.IntPtr
NewRandomLen uint
OldPassword System.IntPtr
OldPasswordLen uint
OldPublicData System.IntPtr
OldPublicDataLen uint
OldRandomA System.IntPtr
OldRandomLen uint
OldWrappedX System.IntPtr
OldWrappedXLen uint

Property Details

NewPassword public_oe property

Pointer to the buffer which contains the new usersupplied password
public IntPtr,System NewPassword
return System.IntPtr

NewPasswordLen public_oe property

Length of the new password
public uint NewPasswordLen
return uint

NewPublicData public_oe property

Pointer to new key exchange public key value
public IntPtr,System NewPublicData
return System.IntPtr

NewPublicDataLen public_oe property

New key exchange public key size
public uint NewPublicDataLen
return uint

NewRandomA public_oe property

Pointer to new Ra data
public IntPtr,System NewRandomA
return System.IntPtr

NewRandomLen public_oe property

Size of new random Ra in bytes
public uint NewRandomLen
return uint

OldPassword public_oe property

Pointer to the buffer which contains the old user-supplied password
public IntPtr,System OldPassword
return System.IntPtr

OldPasswordLen public_oe property

Length of the old password
public uint OldPasswordLen
return uint

OldPublicData public_oe property

Pointer to old key exchange public key value
public IntPtr,System OldPublicData
return System.IntPtr

OldPublicDataLen public_oe property

Old key exchange public key size
public uint OldPublicDataLen
return uint

OldRandomA public_oe property

Pointer to old Ra data
public IntPtr,System OldRandomA
return System.IntPtr

OldRandomLen public_oe property

Size of old random Ra in bytes
public uint OldRandomLen
return uint

OldWrappedX public_oe property

Pointer to old wrapper key
public IntPtr,System OldWrappedX
return System.IntPtr

OldWrappedXLen public_oe property

Length of old wrapped key in bytes
public uint OldWrappedXLen
return uint