[This is preliminary documentation and subject to change.]
The __NTLMAuthenticationData system class is a security class that describes client authentication with Microsoft® Windows NT® LAN Manager. Briefly, all that is required to authenticate a user is the user name and domain name. Since the user name is supplied by the __Subject class and required for all types of authentication, only the domain name is specific to this authentication method. Instances of __SubjectAuthenticationBinding are needed to associate instances of this class with the user names, which are instances of class __User.
class __NTLMAuthenticationData : __AuthenticationData
{
string Domain;
};
See the properties in the base class __AuthenticationData.
__AuthenticationData, __SubjectAuthenticationBinding, __User