C# 클래스 Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkVersion

Parameters for the CKM_SSL3_PRE_MASTER_KEY_GEN mechanism
상속: IMechanismParams
파일 보기 프로젝트 열기: Pkcs11Interop/Pkcs11Interop

공개 메소드들

메소드 설명
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.

메소드 상세

CkVersion() 공개 메소드

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

ToMarshalableStructure() 공개 메소드

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

ToString() 공개 메소드

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