Provides key accessibility check after which the given Boolean object is set to true or false depending on if the key has been found.

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void KeyAccessibilityCheck(
	string key,
	IKeyEntryPoint found
)
Visual Basic
Public Sub KeyAccessibilityCheck ( _
	key As String, _
	found As IKeyEntryPoint _
)
JScript
public function KeyAccessibilityCheck(
	key : String, 
	found : IKeyEntryPoint
)

Parameters

key
Type: System..::..String
Map key to the security server.
found
Type: IKeyEntryPoint
Gets set when the result of the key check is obtained.

See Also