public abstract class AsymmetricKeyPair : IDisposable
Public MustInherit Class AsymmetricKeyPair
Implements IDisposable
public ref class AsymmetricKeyPair abstract : IDisposable
[<AbstractClassAttribute>]
type AsymmetricKeyPair =
class
interface IDisposable
end
AsymmetricKeyPair | Initializes a new instance of AsymmetricKeyPair from key algorithm identifier and a boolean value that indicates whether the key contains only public portion. |
Oid | Gets the algorithm identifier for the asymmetric algorithm group stored in the current object. |
PublicOnly | Gets the value that indicates whether the current object stores only public part of key material. If False, then object contains both, public and private components. |
Dispose | Releases all resources used by the AsymmetricKeyPair |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetAsymmetricKey | Gets the implementation object for the current asymmetric algorithm. |
GetHashCode | (Inherited from Object) |
GetPositiveInteger | Gets a positive integer value without leading zero byte. |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |