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.】