valuetype PrincipalIdentityStatement :
SecurityLevel3::IdentityStatement
The Principal Identity Statement is the minimal version of an
Identity statement that asserts a single identity that the
security service can translate into a principal.
An example of an identity statement is an X.509 certificate in which its attributes are exposed into the principal, such as privileges. This valuetype may also be further extended by the security service depending on its encoding and the capabilities of the security service.
public Principal the_principal;