Associates the supplied private key with the certificate to perform operations that need a private key.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub Associate ( _ privateKey As PrivateKeyInfo _ ) |
C# |
---|
public void Associate( PrivateKeyInfo privateKey ) |
Parameters
- privateKey
- Type: Rebex.Security.Cryptography.Pkcs..::..PrivateKeyInfo
The private key.