public InitialNegToken2( MechType spnegoMech, NegotiationToken2 negToken) { this.spnegoMech = spnegoMech; this.negToken = negToken; }
public InitialNegToken2() { this.spnegoMech = null; this.negToken = null; }
/// <summary> /// Constructor /// Generally used when encoding /// </summary> /// <param name="token">The Asn.1 formatted token contains in the class</param> public SpngNegotiationToken2(NegotiationToken2 token) : base(token) { }