summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/keysvc.idl
blob: fd96b65d2e1980726e09a687cdfc91329aa2aa76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
  cryptographic key services interface
*/


/* Also seen as: 0d72a7d4-6148-11d1-b4aa-00c04fb66ea0 */
[
  uuid(8d0ffe72-d252-11d0-bf8f-00c04fd9126b),
  version(1.0)
]
interface keysvc
{

	/*****************/
	/* Function 0x00 */
	WERROR keysvc_Unknown0();
}