메소드 | 설명 | |
---|---|---|
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.
|
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) |
리턴 | Net.Pkcs11Interop.Common |