Gets an RSA instance that represents the public key.
Namespace: Org.Mentalis.Security.Tools
Assembly: Org.Mentalis.Security.Tools (in Org.Mentalis.Security.Tools)
Version: 1.0.0.0
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property PublicKey As RSA |
C# |
---|
public RSA PublicKey { get; } |
Visual C++ |
---|
public: property RSA^ PublicKey { RSA^ get (); } |
Field Value
An RSA instance.Exceptions
Exception | Condition |
---|---|
System.ObjectDisposedException | The object has been disposed. |