Skip to main content

AsymmetricAlgorithm Class

Namespace: System.Security.Cryptography · Assembly: GHIElectronics.TinyCLR.System.Security.Cryptography

Abstract base for asymmetric (public-key) algorithms.

public abstract class AsymmetricAlgorithm : IDisposable

Properties

KeySize

public virtual int KeySize { get; set; }

No description available.

KeyExchangeAlgorithm

public virtual string KeyExchangeAlgorithm { get; }

No description available.

SignatureAlgorithm

public virtual string SignatureAlgorithm { get; }

No description available.

Methods

Dispose()

public virtual void Dispose()

Releases buffered memory (the unmanaged firmware/application buffers). (inherited)

Clear()

public void Clear()

Removes all elements from the UIElementCollection. (inherited)