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