Pkcs11Interop  5.1.2
Public Member Functions | Protected Member Functions | List of all members
Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkSsl3RandomData Class Reference

Information about the random data of a client and a server in an SSL context More...

Inherits Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkSsl3RandomData.

Public Member Functions

 CkSsl3RandomData (byte[] clientRandom, byte[] serverRandom)
 Initializes a new instance of the CkSsl3RandomData class. More...
 
object ToMarshalableStructure ()
 Returns managed object that can be marshaled to an unmanaged block of memory More...
 
void Dispose ()
 Disposes object More...
 

Protected Member Functions

virtual void Dispose (bool disposing)
 Disposes object More...
 

Detailed Description

Information about the random data of a client and a server in an SSL context

Constructor & Destructor Documentation

◆ CkSsl3RandomData()

Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkSsl3RandomData.CkSsl3RandomData ( byte []  clientRandom,
byte []  serverRandom 
)

Initializes a new instance of the CkSsl3RandomData class.

Parameters
clientRandomClient's random data
serverRandomServer's random data

Member Function Documentation

◆ Dispose() [1/2]

void Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkSsl3RandomData.Dispose ( )

Disposes object

◆ Dispose() [2/2]

virtual void Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkSsl3RandomData.Dispose ( bool  disposing)
protectedvirtual

Disposes object

Parameters
disposingFlag indicating whether managed resources should be disposed

◆ ToMarshalableStructure()

object Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkSsl3RandomData.ToMarshalableStructure ( )

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

Returns
A managed object holding the data to be marshaled. This object must be an instance of a formatted class.

Implements Net.Pkcs11Interop.HighLevelAPI.MechanismParams.IMechanismParams.


The documentation for this class was generated from the following file: