DsaPublicKey(Byte, KeyPkcsFormat) Constructor
Initializes a new instance of DsaPublicKey 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 DsaPublicKey(
byte[] rawData,
KeyPkcsFormat keyFormat
)
Public Sub New (
rawData As Byte(),
keyFormat As KeyPkcsFormat
)
public:
DsaPublicKey(
array<unsigned char>^ rawData,
KeyPkcsFormat keyFormat
)
new :
rawData : byte[] *
keyFormat : KeyPkcsFormat -> DsaPublicKey
Parameters
- rawData Byte
- ASN.1-encoded DSA public key.
- keyFormat KeyPkcsFormat
- DSA public key format.