CertificationRequest.Save Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9448)
Save(String)
Saves the certification request to the supplied file.
Declaration
public void Save(string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| String | filePath | Path to the file to save the certification request to. If the file exists, it is overwritten. |
Save(Stream)
Saves the certification request to the supplied stream.
Declaration
public void Save(Stream stream)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream to save the certification request to. |