Changes between Version 8 and Version 9 of CredPrinterDocs


Ignore:
Timestamp:
Oct 6, 2011 11:32:11 AM (13 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CredPrinterDocs

    v8 v9  
    202202Attribute 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:
    203203  '''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 assigned
    209   '''linked_role''':
    210    The linked role, present if a this is a linking role
     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 assigned
     209  '''linked_role'''::
     210     linked role, present if a this is a linking role
    211211
    212212The 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.