x509.infoAccess


证书权限信息访问扩展的文本表示。

这是一个换行分隔的访问描述列表。 每一行以访问方法和访问位置的种类开头,后跟一个冒号和与访问位置关联的值。

在表示访问方法和访问位置类型的前缀之后,每行的其余部分可能用引号括起来,表示该值是 JSON 字符串文字。 为了向后兼容,Node.js 仅在必要时在此属性中使用 JSON 字符串文字以避免歧义。 第三方代码应准备好处理这两种可能的输入格式

A textual representation of the certificate's authority information access extension.

This is a line feed separated list of access descriptions. Each line begins with the access method and the kind of the access location, followed by a colon and the value associated with the access location.

After the prefix denoting the access method and the kind of the access location, the remainder of each line might be enclosed in quotes to indicate that the value is a JSON string literal. For backward compatibility, Node.js only uses JSON string literals within this property when necessary to avoid ambiguity. Third-party code should be prepared to handle both possible entry formats.