Ejemplo n.º 1
0
 public static extern int VerifySignature(
     [In] ref SecHandle phContext,
     [In] ref SecBufferDesc pMessage,
     [In] int messageSeqNo,
     [Out] out int pfQop);
Ejemplo n.º 2
0
 public static extern int MakeSignature(
     [In] ref SecHandle phContext,
     [In] int fQop,
     [In, Out] ref SecBufferDesc pMessage,
     [In] int messageSeqNo);