コード例 #1
0
ファイル: RecipientInfo.cs プロジェクト: mjsir911/Disa-XMPP
 public RecipientInfo(
     OtherRecipientInfo info)
 {
     this.info = new DerTaggedObject(false, 4, info);
 }
コード例 #2
0
		public RecipientInfo(
            OtherRecipientInfo info)
        {
            this.info = new DerTaggedObject(false, 4, info);
        }