Esempio n. 1
0
 internal MonoBtlsX509StoreCtx(BoringX509StoreCtxHandle ptr, int?verifyResult)
     : base(ptr)
 {
     this.verifyResult = verifyResult;
 }
Esempio n. 2
0
		internal MonoBtlsX509StoreCtx (BoringX509StoreCtxHandle ptr, int? verifyResult)
			: base (ptr)
		{
			this.verifyResult = verifyResult;
		}