Click or drag to resize

RsaKey Methods

The RsaKey type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBytes
Serializes this key to binary.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasPrivate
Returns true if the key contains private information.
(Overrides AsymmetricKeyHasPrivate.)
Public methodHasPublic
Returns true if the key contains public information.
(Overrides AsymmetricKeyHasPublic.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParseBuffer
Deserializes a key from binary.
Public methodStatic memberParseBytes
Deserializes a key from binary.
Public methodToString (Inherited from Object.)
Top
See Also