Property PrivateKeyPEM
PrivateKeyPEM
Gets or sets the private key in PEM format.
Declaration
public string PrivateKeyPEM { get; set; }
Property Value
| Type | Description |
|---|---|
| String | Private key in PEM format. This property is exclusive with PrivateKey and PrivateKeyFile. |