[][src]Type Definition kerberos_asn1::AuthorizationData

type AuthorizationData = Vec<AuthorizationDataEntry>;

(AuthorizationData) Defined in RFC4120, section 5.2.6.

-- NOTE: AuthorizationData is always used as an OPTIONAL field and
-- should not be empty.
AuthorizationData       ::= SEQUENCE OF SEQUENCE {
       ad-type         [0] Int32,
       ad-data         [1] OCTET STRING
}