Constructor FixedPEMString
FixedPEMString(string)
Construct a FixedPEMString from a managed string.
Declaration
public FixedPEMString(string pem)Parameters
| Type | Name | Description | 
|---|---|---|
| string | pem | String containing the certificate/key in the PEM format. | 
Exceptions
| Type | Condition | 
|---|---|
| ArgumentException | If the string is too large. |