Construct an RSA public key from the passed in stream.
Namespace: Org.BouncyCastle.BcpgAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public RsaPublicBcpgKey( BcpgInputStream bcpgIn ) |
| Visual Basic |
|---|
Public Sub New ( _ bcpgIn As BcpgInputStream _ ) |
| Visual C++ |
|---|
public: RsaPublicBcpgKey( BcpgInputStream^ bcpgIn ) |
Parameters
- bcpgIn
- Type: Org.BouncyCastle.Bcpg..::..BcpgInputStream