Loads a certificate with a private key from a PKCS#12 (PFX) array.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Shared Function LoadPfx ( _
	data As Byte(), _
	password As String, _
	options As KeySetOptions _
) As Certificate
C#
public static Certificate LoadPfx(
	byte[] data,
	string password,
	KeySetOptions options
)

Parameters

data
Type: array<System..::..Byte>[]()[][]
An array containing DER encoded PKCS#12 data.
password
Type: System..::..String
Encryption password.
options
Type: Rebex.Security.Certificates..::..KeySetOptions
Key set options.

Return Value

A certificate with private key.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also