Click or drag to resize

IASessionShowIdentity Method

Shows an identity.

Namespace:  Koopman.CheckPoint.IA
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task<ShowIdentityResponse> ShowIdentity(
	string ipAddress,
	CancellationToken cancellationToken = null
)
Request Example View Source

Parameters

ipAddress
Type: SystemString
The ip address.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskShowIdentityResponse
A task that represents the asynchronous operation. The task result contains will contain null if you have started a batch processing with StartShowBatch(ActionShowIdentityResponse, Int32), otherwise it will contain the response from the gateway.
See Also