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

Parameters for the CKM_SSL3_PRE_MASTER_KEY_GEN mechanism
Inheritance: IMechanismParams
Show file Open project: Pkcs11Interop/Pkcs11Interop

Public Methods

Method 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 method

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)
return Net.Pkcs11Interop.Common

ToMarshalableStructure() public method

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

ToString() public method

Returns a string that represents the current CkVersion object.
public ToString ( ) : string
return string