System.Security.Cryptography.AsymmetricAlgorithm: Property Members

The properties of System.Security.Cryptography.AsymmetricAlgorithm are listed below. For a list of all members, see the AsymmetricAlgorithm Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
abstract
KeyExchangeAlgorithmstring.

When overridden in a derived class, gets the name of the key exchange algorithm.

KeySizeint.

Gets or sets the size, in bits, of the key modulus used by the asymmetric algorithm.

[read-only]
LegalKeySizesKeySizes[].

Gets the key sizes that are supported by the asymmetric algorithm.

[read-only]
abstract
SignatureAlgorithmstring.

Gets the name of the signature algorithm.