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

显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Properties

Property Type Description
HashAlg uint
Len uint
Mgf uint

Property Details

HashAlg public_oe property

Hash algorithm used in the PSS encoding (CKM)
public uint HashAlg
return uint

Len public_oe property

Length, in bytes, of the salt value used in the PSS encoding
public uint Len
return uint

Mgf public_oe property

Mask generation function to use on the encoded block (CKG)
public uint Mgf
return uint