RsaPublicKey(Byte, KeyPkcsFormat) Constructor
Initializes a new instance of RsaPublicKey from an ASN.1-encoded byte array
and key format.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public RsaPublicKey(
byte[] rawData,
KeyPkcsFormat keyFormat
)
Public Sub New (
rawData As Byte(),
keyFormat As KeyPkcsFormat
)
public:
RsaPublicKey(
array<unsigned char>^ rawData,
KeyPkcsFormat keyFormat
)
new :
rawData : byte[] *
keyFormat : KeyPkcsFormat -> RsaPublicKey
Parameters
- rawData Byte
- ASN.1-encoded RSA public key.
- keyFormat KeyPkcsFormat
- RSA public key format.