Changes between Version 8 and Version 9 of CredPrinterDocs
- Timestamp:
- Oct 6, 2011 11:32:11 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CredPrinterDocs
v8 v9 202 202 Attribute certificates include two additional fields containing the parsed contents of the head and tail of the credential. These are in struct fields '''head''' and '''tail'''. Each of those structs containe between 2 and 4 of these fields, corresponding the the analogous Creddy fields: 203 203 '''principal''':: 204 the keyid of the principal (always prsent)205 '''pretty_principal''': 206 the human-readable name of the principal (CN) if known, or the keyid if not (always present)207 '''role''': 208 Simple role (no dots). Present if a role is being assigned209 '''linked_role''': 210 Thelinked role, present if a this is a linking role204 the keyid of the principal (always prsent) 205 '''pretty_principal''':: 206 the human-readable name of the principal (CN) if known, or the keyid if not (always present) 207 '''role''':: 208 simple role (no dots). Present if a role is being assigned 209 '''linked_role''':: 210 linked role, present if a this is a linking role 211 211 212 212 The output array is ''not'' guaranteed to be in the same order as the input array (and generally will not be). Use the '''id''' member to match input and output.