Exemplo n.º 1
0
 public override void GenerateKey()
 {
     KeyValue = KeyBuilder.Key(KeySizeValue >> 3);
 }
Exemplo n.º 2
0
 public override void GenerateKey()
 {
     this.Key = KeyBuilder.Key(this.KeySizeValue >> 3);
 }