Click or drag to resize

SecurityPrincipal Constructor

Initializes a new instance of the SecurityPrincipal class.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public SecurityPrincipal(
	SecurityIdentity identity
)
View Source

Parameters

identity  SecurityIdentity
An SecurityIdentity object.
Exceptions
ExceptionCondition
ArgumentNullExceptionValue specified for identity is null.
See Also