Struct CpPemFields
Contains information about the location of PEM data.
Inherited Members
Namespace: CryptoPro.Security.Cryptography
Assembly: CryptoPro.Security.Cryptography.dll
Syntax
public readonly struct CpPemFields
Properties
Base64Data
Gets the location of the base-64 data inside of the PEM.
Declaration
public Range Base64Data { get; }
Property Value
Type | Description |
---|---|
Range |
DecodedDataLength
Gets the size of the decoded base-64 data, in bytes.
Declaration
public int DecodedDataLength { get; }
Property Value
Type | Description |
---|---|
int |
Label
Gets the location of the label.
Declaration
public Range Label { get; }
Property Value
Type | Description |
---|---|
Range |
Location
Gets the location of the PEM-encoded text, including the surrounding encapsulation boundaries.
Declaration
public Range Location { get; }
Property Value
Type | Description |
---|---|
Range |