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