Loads CertificateChain from the specified PKCS #7 (.p7b) file.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Shared Function LoadP7b ( _ path As String _ ) As CertificateChain |
C# |
---|
public static CertificateChain LoadP7b( string path ) |
Parameters
- path
- Type: System..::..String
Path to the file.
Return Value
Instance of CertificateChain, never null.Remarks
The PKCS #7 file can be saved using Save(String) method.