RtsX509NameEntry (STRUCT)ΒΆ
TYPE RtsX509NameEntry : STRUCT
Represents an entry of the X509 Names used in the subject or issuer fields in the certificate. This structure contains the OID to identify the field and the corresponding string encoded in UTF-8 as value. Use the RtsOIDGetName function to get the string representations of the field.
- InOut:
- Name - Type - Comment - id- ID of the entry - value- POINTER TO STRING - String value of the entry