コード例 #1
0
 public FscryptAddKeyArg(FscryptKeySpecifier Key_spec = default, uint Raw_size = default, uint Key_id = default, array <uint> _ = default)
 {
     this.Key_spec = Key_spec;
     this.Raw_size = Raw_size;
     this.Key_id   = Key_id;
     this._        = _;
 }
コード例 #2
0
 public FscryptRemoveKeyArg(FscryptKeySpecifier Key_spec = default, uint Removal_status_flags = default, array <uint> _ = default)
 {
     this.Key_spec             = Key_spec;
     this.Removal_status_flags = Removal_status_flags;
     this._ = _;
 }