public KrbFastResponse( Asn1SequenceOf <PA_DATA> param0, EncryptionKey param1, KrbFastFinished param2, KerbUInt32 param3) { this.padata = param0; this.strengthen_key = param1; this.finished = param2; this.nonce = param3; }
public KrbFastResponse( Asn1SequenceOf<PA_DATA> param0, EncryptionKey param1, KrbFastFinished param2, KerbUInt32 param3) { this.padata = param0; this.strengthen_key = param1; this.finished = param2; this.nonce = param3; }
public KerberosFastResponse(Asn1SequenceOf<PA_DATA> seqPaData, EncryptionKey strengthenKey, KrbFastFinished finished, long nouce) { this.FastResponse = new KrbFastResponse(seqPaData, strengthenKey, finished, new KerbUInt32(nouce)); }