Click or drag to resize

AsymmetricKey Class

An asymmetric key.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The AsymmetricKey type exposes the following members.

Constructors
  NameDescription
Protected methodAsymmetricKey
Initializes a new instance of the AsymmetricKey class
Top
Properties
  NameDescription
Public propertyType
Gets the key type.
Top
Methods
  NameDescription
Public methodStatic memberCreateKey
Creates a key.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasPrivate
Returns true if the key contains private information.
Public methodHasPublic
Returns true if the key contains public information.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also