Imports a key from the specified public key info object.
            
    Namespace: 
   Rebex.Security.Cryptography
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub ImportKey ( _ key As PublicKeyInfo _ ) | 
| C# | 
|---|
| public void ImportKey( PublicKeyInfo key ) | 
Parameters
- key
- Type: Rebex.Security.Cryptography.Pkcs..::..PublicKeyInfo
 Public key info object.
 
     
     
     
     
    