Custom |
Add certificates from a PFX (PKCS#12) archive
Add certificates to the trust list.public void AddArchive( Stream stream, string password = null )
| Exception | Condition |
|---|---|
| CorruptException | The PFX (PKCS#12) archive is corrupt and cannot be read. |
| PasswordException | The password is invalid. |
| ArgumentNullException | if stream is . |