Imported Upstream version 1.15.2
[platform/upstream/krb5.git] / doc / html / _sources / appdev / refs / types / krb5_const_principal.txt
1 .. highlightlang:: c
2
3 .. _krb5-const-principal-struct:
4
5 krb5_const_principal
6 ====================
7
8 ..
9 .. c:type:: krb5_const_principal
10 ..
11
12 Constant version of :c:type:`krb5_principal_data` .
13
14
15
16 Declaration
17 ------------
18
19 typedef const krb5_principal_data\* krb5_const_principal
20
21
22 Members
23 ---------
24
25
26 .. c:member:: krb5_magic        krb5_const_principal.magic
27
28                                              
29                                              
30
31 .. c:member:: krb5_data krb5_const_principal.realm
32
33                                              
34                                              
35
36 .. c:member:: krb5_data  *      krb5_const_principal.data
37
38                                              An array of strings.
39                                              
40
41 .. c:member:: krb5_int32        krb5_const_principal.length
42
43                                              
44                                              
45
46 .. c:member:: krb5_int32        krb5_const_principal.type
47
48                                              
49                                              
50