|  | X509Certificate | 
 Syntax
Syntaxpublic void Import( Stream stream, string password )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | stream is . -or- password is . | 
| IOException | An error occurred reading the stream. | 
 Remarks
RemarksImports certificates and private keys from the specified pkcs12 stream.
 See Also
See Also