C# Class Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkVersion

Parameters for the CKM_SSL3_PRE_MASTER_KEY_GEN mechanism
Inheritance: IMechanismParams
Afficher le fichier Open project: Pkcs11Interop/Pkcs11Interop

Méthodes publiques

Méthode Description
CkVersion ( byte major, byte minor ) : Net.Pkcs11Interop.Common

Initializes a new instance of the CkVersion class.

ToMarshalableStructure ( ) : object

Returns managed object that can be marshaled to an unmanaged block of memory

ToString ( ) : string

Returns a string that represents the current CkVersion object.

Method Details

CkVersion() public méthode

Initializes a new instance of the CkVersion class.
public CkVersion ( byte major, byte minor ) : Net.Pkcs11Interop.Common
major byte Major version number (the integer portion of the version)
minor byte Minor version number (the hundredths portion of the version)
Résultat Net.Pkcs11Interop.Common

ToMarshalableStructure() public méthode

Returns managed object that can be marshaled to an unmanaged block of memory
public ToMarshalableStructure ( ) : object
Résultat object

ToString() public méthode

Returns a string that represents the current CkVersion object.
public ToString ( ) : string
Résultat string