Пример #1
0
 public KerberosKeyDataNew(KerberosKeyType keyType, byte[] key, int iterationCount)
     : base(keyType, key)
 {
     this.IterationCount = iterationCount;
 }
Пример #2
0
 public KerberosKeyData(KerberosKeyType keyType, byte[] key)
 {
     this.KeyType = keyType;
     this.Key = key;
 }
Пример #3
0
 public KerberosKeyDataNew(KerberosKeyType keyType, byte[] key, int iterationCount)
     : base(keyType, key)
 {
     this.IterationCount = iterationCount;
 }