Click or drag to resize

CspParametersPin Property

Gets or sets the PIN associated with a smart card key.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
public string Pin { get; set; }

Property Value

Type: String
The PIN associated with a smart card key.
Remarks
Use this property to supply a password for a smart card key. When you specify a password using this property, a password dialog box will not be presented to the user.
See Also