CertificateChain.Save Method
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9448)
Save(String)
Saves the certificate chain to the specified path as a .P7B (PKCS #7) file.
Declaration
public void Save(string certificatePath)
Parameters
| Type | Name | Description |
|---|---|---|
| String | certificatePath | Path to save the certificate chain file to. |
Save(Stream)
Saves the certificate chain to the specified stream in .P7B (PKCS #7) format.
Declaration
public void Save(Stream output)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | output | Stream to write the certificate chain to. |