Example #1
0
 public RecipientInfo(
     PasswordRecipientInfo info)
 {
     this.info = new DerTaggedObject(false, 3, info);
 }
Example #2
0
		public RecipientInfo(
            PasswordRecipientInfo info)
        {
            this.info = new DerTaggedObject(false, 3, info);
        }