2 overrides of UnlockAccount
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
883internal override void UnlockAccount(AuthenticablePrincipal p)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
407internal override void UnlockAccount(AuthenticablePrincipal p)
1 reference to UnlockAccount
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AccountInfo.cs (1)
266_owningPrincipal.GetStoreCtxToUse().UnlockAccount(_owningPrincipal);