NET API
HSM Dinamo
Loading...
Looking for...
No entries found
Data Fields
Structure Reference DinamoApi.DN_M_OF_N_SPLIT_INFO

Data Fields

byte[] pbSecret
 
byte[] pbEntropy
 
DN_M_OF_N_PART[] pstParts
 
UInt32 dwPartCount
 

Detailed description

Information structure of the division of a secret M from N.

Fields

pbSecret

byte [] pbSecret

A secret that has been divided into several parts.

pbEntropy

byte [] pbEntropy

Entropy data returned by the HSM. It is not necessary for the M of N operation. It can be used, for example, as a seed in KDF operations.

pstParts

DN_M_OF_N_PART [] pstParts

Parts generated in the M of N.

dwPartCount

UInt32 dwPartCount

Number of parts generated in pstParts.