PemFields 结构

定义

包含有关 PEM 数据的位置的信息。Contains information about the location of PEM data.

public value class PemFields
public struct PemFields
type PemFields = struct
Public Structure PemFields
继承
PemFields

属性

Base64Data

获取 PEM 内的 Base-64 数据的位置。Gets the location of the base-64 data inside of the PEM.

DecodedDataLength

获取已解码的 Base-64 数据的大小(以字节为单位)。Gets the size of the decoded base-64 data, in bytes.

Label

获取标签的位置。Gets the location of the label.

Location

获取 PEM 编码的文本的位置,包括周围的封装边界。Gets the location of the PEM-encoded text, including the surrounding encapsulation boundaries.

适用于