示例#1
0
 public RevocationKey(RevocationKeyClass clas, HashAlgorithm hashAlgorithm, byte[] fingerPrint)
 {
     HashAlgorithm = hashAlgorithm;
     FingerPrint   = fingerPrint;
     Class         = clas;
 }
 public RevocationKey(RevocationKeyClass clas, HashAlgorithm hashAlgorithm, byte[] fingerPrint)
 {
     this._hashAlg     = hashAlgorithm;
     this._fingerPrint = fingerPrint;
     this._class       = clas;
 }
 public RevocationKey(RevocationKeyClass clas, HashAlgorithm hashAlgorithm, byte[] fingerPrint)
 {
     this._hashAlg = hashAlgorithm;
     this._fingerPrint = fingerPrint;
     this._class = clas;
 }