set_certinfo_property


Description:

[ Version ( since = "3.22" ) ]
public void set_certinfo_property (CipherValidityMode mode, int info_index, string name, void* value, CipherCloneFunc? value_clone)

Sets a named property name value value for the given info_index of the mode validity part.

If the value is null, then the property is removed. With a non-null value also value_free and value_clone functions cannot be null.

Parameters:

this

a CipherValidity

mode

which cipher validity part to use

info_index

a 0-based index of the requested CipherCertInfo

name

a property name

value

a property value, or null

value_clone

a clone function for the value

value_free

a free function for the value