public KerberosKeyDataNew(KerberosKeyType keyType, byte[] key, int iterationCount) : base(keyType, key) { this.IterationCount = iterationCount; }
public KerberosKeyData(KerberosKeyType keyType, byte[] key) { this.KeyType = keyType; this.Key = key; }