Loads a certificate with a private key from a PKCS#12 (PFX) file.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Shared Function LoadPfx ( _ path As String, _ password As String, _ options As KeySetOptions _ ) As Certificate |
C# |
---|
public static Certificate LoadPfx( string path, string password, KeySetOptions options ) |
Parameters
- path
- Type: System..::..String
Path to a file.
- password
- Type: System..::..String
Encryption password.
- options
- Type: Rebex.Security.Certificates..::..KeySetOptions
Key set options.