:: com :: sun :: star :: security ::

struct CertAltNameEntry

Elements' Summary
Type * defines the type of the value . With this information you can determine how to interprete the Any value. *  
Value * stores the value of entry.  
Elements' Details
Type
ExtAltNameType Type;
Description
* defines the type of the value . With this information you can determine how to interprete the Any value. *
See also
ExtAltNameType
Value
any Value;
Description
* stores the value of entry.
Top of Page