Click or drag to resize

IASessionDeleteIdentityMask Method

Deletes an identity.

Namespace:  Koopman.CheckPoint.IA
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task<DeleteIdentityResponse> DeleteIdentityMask(
	string subnet,
	string subnetMask,
	ClientTypes clientType = ClientTypes.Any,
	CancellationToken cancellationToken = null
)
Request Example View Source

Parameters

subnet
Type: SystemString
The subnet.
subnetMask
Type: SystemString
The subnet mask.
clientType (Optional)
Type: Koopman.CheckPoint.IAClientTypes
Deletes only associations created by the specified identity source.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

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