コード例 #1
0
 internal SignatureKey(CryptContext ctx, IntPtr handle) : base(ctx, handle)
 {
 }
コード例 #2
0
 internal CryptKey(CryptContext ctx, IntPtr handle)
 {
     this.ctx    = ctx;
     this.handle = handle;
 }
コード例 #3
0
 internal KeyExchangeKey(CryptContext ctx, IntPtr handle) : base(ctx, handle)
 {
 }