public sealed class DsaPublicKey : AsymmetricKeyPair
Public NotInheritable Class DsaPublicKey
Inherits AsymmetricKeyPair
public ref class DsaPublicKey sealed : public AsymmetricKeyPair
[<SealedAttribute>]
type DsaPublicKey =
class
inherit AsymmetricKeyPair
end
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. |
Oid |
Gets the algorithm identifier for the asymmetric algorithm group stored in the current object.
(Inherited from AsymmetricKeyPair) |
PublicOnly |
Gets the value that indicates whether the current object stores only public part of
key material. If False, then object contains both, public and private components.
(Inherited from AsymmetricKeyPair) |
Dispose | Releases all resources used by the DsaPublicKey (Overrides AsymmetricKeyPairDispose) |
Equals | (Inherited from Object) |
GetAsymmetricKey |
Gets the implementation object for the current asymmetric algorithm.
(Overrides AsymmetricKeyPairGetAsymmetricKey) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
ToString | (Inherited from Object) |