System.Security.Cryptography.CspParameters.ParentWindowHandle Property

Gets or sets a handle to the unmanaged parent window for a smart card password dialog box.

Syntax

public IntPtr ParentWindowHandle { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the CspParameters.ParentWindowHandle property to specify a handle to the unmanaged parent window for a smart card password dialog box. When you specify a handle using this property, a smart card password dialog box will be presented to the user.

You can avoid presenting a smart card password dialog box by explicitly specifying a password by using the CspParameters.KeyPassword property.

Requirements

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