[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Represents an identity and is the base class for the NTAccount and SecurityIdentifier classes. [Property] TargetType=Sets the type being queried for validity to serve as a conversion from IdentityReference. The following target types are valid: NTAccountSecurityIdentifier. ARG(Type)|20|(empty)|Type [Methods] *doIsValidTargetType=Returns a value that indicates whether the specified type is a valid translation type for the IdentityReference class. ARG(Type targetType)|1|0 *doTranslate=Translates the account name represented by the IdentityReference object into another IdentityReference-derived type. ARG(Type targetType)|1|0 *onIsValidTargetType=Occurs after invoke the method doIsValidTargetType and returns the result. ARG(bool)|2|104 *onTranslate=Occurs after invoke the method doTranslate and returns the result. ARG(IdentityReference)|2|0 *Value=Returns the string value of the identity represented by the IdentityReference object. ARG(string)|3|2 *targetType=Defines the type being queried for validity to serve as a conversion from IdentityReference. The following target types are valid: NTAccountSecurityIdentifier. ARG(Type)|4|0