Click or drag to resize

TlsServerTryGetClientPrincipal Method

Gets the WindowsPrincipal object associated with the specified client ID.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public bool TryGetClientPrincipal(
	Guid clientID,
	out WindowsPrincipal clientPrincipal
)
View Source

Parameters

clientID  Guid
ID of the client.
clientPrincipal  WindowsPrincipal
The principal of the client.

Return Value

Boolean
A WindowsPrincipal object.
See Also