System.Security.Cryptography.CspParameters.KeyPassword Property

Gets or sets a password associated with a smart card key.

Syntax

public System.Security.SecureString KeyPassword { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the CspParameters.KeyPassword 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.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0