Exemplo n.º 1
0
 ///<summary>
 /// Creates a Cryptoki attribute from the specified Cryptoki type and the attribute value.
 /// </summary>
 /// <param name="type"></param>
 /// <param name="value"></param>
 public CryptokiAttribute(CryptokiType type, byte[] value)
 {
     Type = type;
     Value = value;
 }
Exemplo n.º 2
0
 ///<summary>
 /// Creates a Cryptoki attribute from the specified Cryptoki type and the attribute value.
 /// </summary>
 /// <param name="type"></param>
 /// <param name="value"></param>
 public CryptokiAttribute(CryptokiType type, byte[] value)
 {
     Type  = type;
     Value = value;
 }