X509CertificateImpl.issuerInfo

Get a value for a specific subject_info parameter name.

class X509CertificateImpl
public const
const(Vector!string)
issuerInfo
(
in string what
)

Parameters

what string

the name of the paramter to look up. Possible names are "X509.Certificate.v2.key_id" or "X509v3.AuthorityKeyIdentifier".

Return Value

Type: const(Vector!string)

value(s) of the specified parameter

Meta