Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​Security.​Cryptography.​PemFields

Assembly: System.Security.Cryptography

Contains information about the location of PEM data.

Properties

public Range
Base64Data
Gets the location of the base-64 data inside of the PEM.
public int
DecodedDataLength
Gets the size of the decoded base-64 data, in bytes.
public Range
Label
Gets the location of the label.
public Range
Location
Gets the location of the PEM-encoded text, including the surrounding encapsulation boundaries.

Methods

public bool
Equals​(object obj)
Inherited from ValueType
public int
GetHashCode​()
Inherited from ValueType
public string
ToString​()
Inherited from ValueType
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object