Click or drag to resize

X509PrivateKeyBuilder Methods

The X509PrivateKeyBuilder type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates a new asymmetric key pair based on a current configuration. If the method succeeds, all properties of this object are read-only and will throw exception when setter accessor is accessed.
Public methodDelete
Deletes generated private key material from key storage. For software-based providers, the key is deleted from file system, for hardware-based providers, the key is deleted from hardware. When hardware-based provider is used, a PIN prompt dialog may appear.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPublicKey
Gets public portion of the key pair.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also