2 references to DateFromWinNTConverter
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
669{PropertyNames.AcctInfoLastLogon, typeof(UserPrincipal), "LastLogin", new FromWinNTConverterDelegate(DateFromWinNTConverter), null},
672{PropertyNames.AcctInfoExpirationDate, typeof(UserPrincipal), "AccountExpirationDate", new FromWinNTConverterDelegate(DateFromWinNTConverter), new ToWinNTConverterDelegate(AcctExpirDateToNTConverter)},