x509.infoAccess
证书权限信息访问扩展的文本表示。
¥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.
在表示访问方法和访问位置类型的前缀之后,每行的其余部分可能用引号括起来,表示该值是 JSON 字符串字面。为了向后兼容,Node.js 仅在必要时在此属性中使用 JSON 字符串字面以避免歧义。第三方代码应准备好处理这两种可能的输入格式
¥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.