Example #1
0
 public _PrivilegedExceptionAction_200(KMS _enclosing, string material, string name
                                       )
 {
     this._enclosing = _enclosing;
     this.material   = material;
     this.name       = name;
 }
Example #2
0
 public _PrivilegedExceptionAction_375(KMS _enclosing, int numKeys, IList <KeyProviderCryptoExtension.EncryptedKeyVersion
                                                                           > retEdeks, string name)
 {
     this._enclosing = _enclosing;
     this.numKeys    = numKeys;
     this.retEdeks   = retEdeks;
     this.name       = name;
 }
Example #3
0
 public _PrivilegedExceptionAction_132(KMS _enclosing, string material, string name
                                       , KeyProvider.Options options)
 {
     this._enclosing = _enclosing;
     this.material   = material;
     this.name       = name;
     this.options    = options;
 }
Example #4
0
 public _PrivilegedExceptionAction_433(KMS _enclosing, string keyName, string versionName
                                       , byte[] iv, byte[] encMaterial)
 {
     this._enclosing  = _enclosing;
     this.keyName     = keyName;
     this.versionName = versionName;
     this.iv          = iv;
     this.encMaterial = encMaterial;
 }
Example #5
0
 public _PrivilegedExceptionAction_469(KMS _enclosing, string name)
 {
     this._enclosing = _enclosing;
     this.name       = name;
 }
Example #6
0
 public _PrivilegedExceptionAction_336(KMS _enclosing, string versionName)
 {
     this._enclosing  = _enclosing;
     this.versionName = versionName;
 }
Example #7
0
 public _PrivilegedExceptionAction_256(KMS _enclosing)
 {
     this._enclosing = _enclosing;
 }
Example #8
0
 public _PrivilegedExceptionAction_234(KMS _enclosing, string[] keyNames)
 {
     this._enclosing = _enclosing;
     this.keyNames   = keyNames;
 }