Click or drag to resize

CspParameters Class

The parameters describing the particular key container within a particular cryptographic service provider (CSP).
Inheritance Hierarchy
SystemObject
  DotNetBrowser.BrowserCspParameters

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
public sealed class CspParameters

The CspParameters type exposes the following members.

Constructors
  NameDescription
Public methodCspParameters
Initializes a new instance of the CspParameters class
Top
Properties
  NameDescription
Public propertyKeyContainerName
Gets or sets the key container name.
Public propertyPin
Gets or sets the PIN associated with a smart card key.
Public propertyProviderName
Gets or sets the cryptographic service provider (CSP) name.
Public propertyProviderType
Gets or sets the provider type.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also