CsrResult constructor
Represents the result of creating a Certificate Signing Request (CSR), including the PEM-encoded CSR and the private key.
public CsrResult(string Pem, AsymmetricKeyParameter PrivateKey)
parameter | description |
---|---|
Pem | The PEM-encoded CSR string. |
PrivateKey | The private key associated with the CSR. |
See Also
- recordĀ CsrResult
- namespaceĀ Kestrun.Certificates