get_certinfo_property
Description:
[ Version ( since = "3.22" ) ]
public void* get_certinfo_property (CipherValidityMode mode, int info_index, string name)
public void* get_certinfo_property (CipherValidityMode mode, int info_index, string name)
Gets a named property name
value for the given info_index
of the mode
validity part.
Parameters:
this | |
mode |
which cipher validity part to use |
info_index |
a 0-based index of the requested CipherCertInfo |
name |
a property name |
Returns:
Value of a named property of a CipherCertInfo, or null when no such property exists. The returned value is owned by the associated CipherCertInfo and is valid until the cert info is freed. |