PemFields Структура
Определение
Содержит сведения о расположении данных PEM.Contains information about the location of PEM data.
public value class PemFields
public struct PemFields
type PemFields = struct
Public Structure PemFields
- Наследование
Свойства
Base64Data |
Получает расположение данных Base 64 внутри PEM.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. |