DsaPublicKey Constructor

Overload List

DsaPublicKey(DSA) Initializes a new instance of DsaPublicKey from an existing DSA key instance.
DsaPublicKey(PublicKey) Initializes a new instance of DsaPublicKey from a public key object.
DsaPublicKey(Byte, KeyPkcsFormat) Initializes a new instance of DsaPublicKey from an ASN.1-encoded byte array and key format.

See Also